droidlysis
droidlysis copied to clipboard
Property extractor for Android apps
As per instruction in github, installed Droidlysis and setup paths. When running command :- `sudo python3 ./droidlysis3.py --input ~/softs/smshandler.apk --output ~/softs/tmp` There is error log, `Processing: /root/softs/smshandler.apk ...` `Filename: /root/softs/smshandler.apk`...
I just figured out that you're using the manifest file dumped using apktool to parse it, and I don't see any place where androguard is being used. Androguard alone makes...
The code, although not very sophisticated, extracts methods names matching smali patterns and allows for easy searching and navigation on JEB.