Short cut, let's go straight to the subject.
Cut the two files in the apktool-install-windows-r05-ibot file to the apktool1.5.1 directory.
Create a new folder to put in the APK application that needs to be cracked.
Open cmd input in this folder Apktool display the following information before you can use.
Apktool d Application Path decompression path
The post-compilation code is as follows.
Res is some picture files can be modified, the program code changes in the Smali file, the next need to extract Classes.dex files out, directly with 360 compression open extract to crack the source code.
Then open the dex2jar-0.0.9.12-a and find Dex2jar.bat and drag the Calsses.dex to the Dex2jar.bat.
Wait a moment for the Classes_dex2jar.jar file to appear, which is the source code. Next, open the Classes_dex2jar.jar with jd-gui-0.3.5.windows and you can see the source code.
Click on the File menu to save all the source code decompression open can see the real source code .
Short cut, summarize.
Smali,baksmali refers to the assembler, disassembler, of a. dex format file used by the Java Virtual Machine (Dalvik) in the Android system. Its syntax is a loose-jasmin/dedexer syntax, and it implements the. dex format for all functions (annotations, debug information, line information, etc.).
Android APK anti-compilation hack method