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 fields in DEX #21

Closed jaredrummler closed 8 years ago

jaredrummler commented 8 years ago

The field count can surpass the 65k limit too. This adds the argument "--count-fields" to generate the field count instead of the method count on DEX.

mihaip commented 8 years ago

I'll fix up the comment, thanks for the PR!