theapache64 / stackzy

💻 A cross-platform desktop application to identify libraries used inside an android application. Made possible by Compose Desktop ⚡

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update Library Detection Algorithm

theapache64 opened this issue · comments

Hint: Use JADX (rather than apktool), analyse .java files (rather than .smali files) and look for the project package rather than all packages.