Skip to content

Instantly share code, notes, and snippets.

@richard-liang
Created August 1, 2015 07:28
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 richard-liang/9ec03056d50a5292a808 to your computer and use it in GitHub Desktop.
Save richard-liang/9ec03056d50a5292a808 to your computer and use it in GitHub Desktop.
toSmali
javac Test.java
java -jar dx.jar --dex --output=Test.dex Test.class
java -jar baksmali.jar -o ./ Test.dex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment