Advertisement
dzikovskyy

Determine application's method count, Android

Sep 15th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.21 KB | None | 0 0
  1. #run this on terminal on linux or OSX or on cygwin on Windows.
  2. #path to classes.dex file can be different.
  3.  
  4. cat app/build/intermediates/dex/debug/classes.dex | head -c 92 | tail -c 4 | hexdump -e '1/4 "%d\n"'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement