|
|
|
|
|
by lauriewired
505 days ago
|
|
It’s more like LLM-optional. Malimite is first and foremost intended to be a tool to help Reverse Engineer iOS/Mac binaries, much like JADX for Android. As it turns out, LLMs are quite good at “converting” C-Pseudocode into an approximation of the original Swift or Objective-C code. Therefore, you can optionally use the LLM extension to help analysis. Of course, it’s not 100% accurate, but significantly easier to read, and I find it to save hours of manual research. |
|