aquaballoon

APK Decompile

Feb 19th, 2012
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.27 KB | None | 0 0
  1. 1.Download dex2jar from http://code.google.com/p/dex2jar/downloads/list
  2. 2.Extract dex2jar
  3. 3.use dex2jar to generate .jar file.
  4.         sh /home/panxiaobo/dex2jar-version/dex2jar.sh /home/panxiaobo/someApk.apk
  5. 4.use a decompiler to view the source.
  6.         jd-gui
  7.         JAD
Advertisement
Add Comment
Please, Sign In to add comment