mihaip / dex-method-counts

Command-line tool to count per-package methods in Android .dex files
Apache License 2.0
2.6k stars 376 forks source link

Counting in decompiled APK #51

Open ghost opened 2 years ago

ghost commented 2 years ago

Can you make it possible to count inside decompiled APK, so I can easly see if i have reached the limit or not when working with smali without having to recompile?