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

Dexcalibur 0.7.5 install does not complete, no sdk_androidapi_29_google.dex #40

Closed cryptax closed 3 years ago

cryptax commented 3 years ago

Currently installing 0.7.5. It asked for my workspace etc. And now blocked on this: screenshot

I can't go any further than that. The console shows this line:

screenshot

And indeed, the issue is that I have no sdk_androidapi_29_google.dex. So disassembling it fails.

cryptax commented 3 years ago

I closed Dexcalibur and restarted it, and this time it went forward, and is working. If you believe this is just a temporary error, you can just simply close the issue.

FrenchYeti commented 3 years ago

Hi,

Red message with "Execute command request : " prefix in output is not an error message but a child process spawned by Dexcalibur. I agree, it is not the better color for such message.

This step, "decompiling SDk image to smali", may be slow so if there is not error printed with stack trace, there is probably not issue.