FrenchYeti / dexcalibur

[Official] Android reverse engineering tool focused on dynamic instrumentation automation leveraging Frida. It disassembles dex, analyzes it statically, generates hooks, discovers reflected methods, stores intercepted data and does new things from it. Its aim is to be an all-in-one Android reverse engineering platform.
Apache License 2.0
1.06k stars 126 forks source link

Bytecode cleaner : doubleStatic heuristic is broken #15

Closed FrenchYeti closed 3 years ago

FrenchYeti commented 4 years ago

doubleStatic heuristic throws exception on "args[0].forEach". It blocks auto-save of aliases generated by this bytecode cleaner feature.

FrenchYeti commented 3 years ago

Both heuristics have been improved and patched with commit 89f02b7fdb39d267a6aefe0a8ccf9b6022ef01d8