xtiankisutsa / MARA_Framework

MARA is a Mobile Application Reverse engineering and Analysis Framework. It is a toolkit that puts together commonly used mobile application reverse engineering and analysis tools to assist in testing mobile applications against the OWASP mobile security threats.
http://www.shadowinfosec.io
GNU Lesser General Public License v3.0
630 stars 175 forks source link

Deobfuscation taking too long #4

Closed ghost closed 7 years ago

ghost commented 7 years ago

I am trying to do an audit for an app the deobfuscation phase is taking too long....More that five minutes. Whats the best way to do a minimalist and quick audit?

xtiankisutsa commented 7 years ago

Deobfuscation relies on http://www.apk-deguard.com/ which is actually quite fast compared some of the other deobfuscation tools i sampled, which took upto an hr and more.

Something to also note is that the process takes longer, if the app is huge in size or has many files that need to be deobfuscated and mapped. Given that this functionality is highly dependent on reliable internet connectivity, be sure that you have a stable internet connection before using it.