Skip to content

Instantly share code, notes, and snippets.

@icodeforlove
Created December 9, 2016 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icodeforlove/f3418f1ea11057f047311ef9d9b3362e to your computer and use it in GitHub Desktop.
Save icodeforlove/f3418f1ea11057f047311ef9d9b3362e to your computer and use it in GitHub Desktop.
commands to see java converted into smali
javac -source 1.7 -target 1.7 HelloWorld.java
sudo dx --dex --output=classes.dex HelloWorld.class
java -jar ~/bin/baksmali.jar disassemble classes.dex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment