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

how to calculate the number of fields in the smali file? #53

Closed ok406lhq closed 1 year ago

ok406lhq commented 1 year ago

Need to calculate the number of methods and variables in the smali file, not through dex. How?