droidlysis icon indicating copy to clipboard operation
droidlysis copied to clipboard

Property extractor for Android apps

Results 4 droidlysis issues
Sort by recently updated
recently updated
newest added

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.