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

Count total number of classes of dex file #36

Open assegaf opened 8 years ago

assegaf commented 8 years ago

Hello, is there any way to count total of classes on dex file, its on dalvik.system.DexFile package, but must load inside android, if possible to count it outside of android itself

drogbababa commented 7 years ago

i met this problem too.Have you solved it yet?