cryptax / droidlysis

Property extractor for Android apps
MIT License
264 stars 42 forks source link

procyon-decompiler-0.5.30.jar not found #19

Closed Siletskiy closed 7 months ago

Siletskiy commented 8 months ago

root@f011eaf1b10d:/opt/droidlysis# python3 droidlysis --input ./mysample.apk --output . --config /opt/droidlysis/conf/general.conf

WARNING:droidconfig.py:Cannot access /opt/procyon-decompiler-0.5.30.jar - check your configuration file /opt/droidlysis/conf/general.conf END

cryptax commented 7 months ago

Hi, sorry for the late reply, I should really turn notifications on...

Procyon is an external tool which is now difficult to find, I have added it to my repository here. https://github.com/cryptax/droidlysis/blob/master/external/procyon-decompiler-0.5.30.jar

DroidLysis works also fine without Procyon, it just does not decompile the DEX, only disassembles it.