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

directories support added #3

Closed dmide closed 10 years ago

dmide commented 10 years ago

Added the ability to enter a directory as input parameter. Directory may contain any supported file types. Script is now printing overall method count from all files after evaluation.

mihaip commented 10 years ago

Thanks!

supaplextor commented 2 years ago

I had to resort to an xargs pipeline. I'll study the shell transcript after it's done.