chage list mark

Bob Pan 2014-11-03 17:27:44 +08:00
parent 66c24b47a4
commit d01ab11bc4
3 changed files with 14 additions and 14 deletions

@ -27,4 +27,4 @@ if build successfull, the zip file is under dex-tools/target/.
# Other code mirrors # Other code mirrors
1. Bitbucket <https://bitbucket.org/pxb1988/dex2jar> 1. Bitbucket <https://bitbucket.org/pxb1988/dex2jar>
+ Google Code <https://code.google.com/p/dex2jar/> *outdated, my account is banned* 2. Google Code <https://code.google.com/p/dex2jar/> *outdated, my account is banned*

18
Faq.md

@ -1,14 +1,14 @@
# FAQ # FAQ
1. Is dex2jar a dex decompiler 1. Is dex2jar a dex decompiler
+ How to decompile a dex file 1. How to decompile a dex file
* Got OutOfMemoryError: Java heap space 1. Got OutOfMemoryError: Java heap space
* Want to modify a apk/dex file 1. Want to modify a apk/dex file
* Want to read dex file using dex2jar 1. Want to read dex file using dex2jar
* Build dex2jar from source 1. Build dex2jar from source
* java.lang.UnsupportedClassVersionError: Bad version n 1. java.lang.UnsupportedClassVersionError: Bad version n
* How can I get the nightly build of dex2jar 1. How can I get the nightly build of dex2jar
* How to convert jar bak to dex 1. How to convert jar bak to dex
### Is dex2jar a dex decompiler ### Is dex2jar a dex decompiler
@ -61,7 +61,7 @@ See the [How to buid dex2jar from source](BuildFromSource)
Please check the version of jdk: Please check the version of jdk:
1. dex2jar-0.0.9.x require jdk6+ 1. dex2jar-0.0.9.x require jdk6+
* dex2jar-2.x require jdk7+ 1. dex2jar-2.x require jdk7+
### How can I get the nightly build of dex2jar ### How can I get the nightly build of dex2jar

@ -1,11 +1,11 @@
1. Download dex2jar from <https://sourceforge.net/projects/dex2jar/files/> 1. Download dex2jar from <https://sourceforge.net/projects/dex2jar/files/>
+ Extract dex2jar-version.zip to a folder. for example _/home/panxiaobo/_, _C:\_ 1. Extract dex2jar-version.zip to a folder. for example _/home/panxiaobo/_, _C:\_
~~~~~~ ~~~~~~
unzip -x dex2jar-version.zip -d /home/panxiaobo unzip -x dex2jar-version.zip -d /home/panxiaobo
~~~~~~ ~~~~~~
* use dex2jar to generate .jar file. dex2jar will generate a file named _someApk-dex2jar.jar_ in the working folder. 1. use dex2jar to generate .jar file. dex2jar will generate a file named _someApk-dex2jar.jar_ in the working folder.
~~~~~~ ~~~~~~
# For Linux, Mac OSX, Cygwin # For Linux, Mac OSX, Cygwin
@ -14,9 +14,9 @@
C:\dex2jar-version\d2j-dex2jar.bat someApk.apk C:\dex2jar-version\d2j-dex2jar.bat someApk.apk
~~~~~~ ~~~~~~
9. use a decompiler to view the source. 1. use a decompiler to view the source.
* [jd-gui](http://jd.benow.ca/) * [jd-gui](http://jd.benow.ca/)
* [JAD](http://www.varaneckas.com/jad) * [JAD](http://www.varaneckas.com/jad)
* [Procyon](https://bitbucket.org/mstrobel/procyon) * [Procyon](https://bitbucket.org/mstrobel/procyon)
* that's it 1. that's it