2012-09-24

android apk files decompile / reverse engineering


- Download dex2jar tools on your computer
http://code.google.com/p/dex2jar/downloads/list
- Extract dex2jar tools
- run cmd and \dex2jar-version\dex2jar.bat yourApk.apk
- this generate yourApk.apk to yourApk.jar
- use jdgui to view the
yourApk.jar source.
http://java.decompiler.free.fr/?q=jdgui

--
Keywords: *.apk decompile, *.apk reverse engineering, dex2jar, jdgui

No comments: