ApkToolPlus is a visual cross-platform apk analysis tool.
Apk decompile, compile, and sign.
Dex encryption, anti-reverse, prevent secondary packaging.
Note: Protected apk will do when the signature verification, if the original signature does not match and will fail to start.
Apk common information viewing tools, such as: AndroidManifest.xml, apk signature, version number and so on. Support drag directly to view apk information.
Apk source view tool, support multi-dex.
jar2smali,class2smali,dex2smali(apk2smali),smali2dex,class2dex。
In the setup interface, you can associate Sublime, and the files that are converted by tools after the association are automatically displayed in Sublime.
Icon angle generation tool
- JD (Java decompiler)
- JAD (Java decompiler)
- JBE (Java bytecode editing tool)
- Proguard (Java code obfuscation tool)
- app:main module.
- app.Builder:build module。
- lib.ApkParser:apk-parser。
- lib.AXMLPrinter: AXMLPrinter2,Binary xml file parsing library。
- lib.Jad: Jad ,Java decompiler。
- lib.JBE: JBE ,Java bytecode editing tool。
- lib.JiaGu:apk protection module。
- lib.Proguard: Proguard ,Java code obfuscation tool, Usage 。
- lib.Res:resource module。
- lib.Utils:utils module。
ApkToolPlus.jks
- alias: ApkToolPlus
- password: linchaolong
- keystore password: linchaolong
This is a IntelliJ IDEA project。
Build the project dependent ant, click here to download ant,Configure the bin directory to the environment Path variable,Execute the
ant -version
command to check if the configuration is complete.
Run app
module's com.linchaolong.apktoolplus.Main
。
lib.JiaGu
is apk protection module,if have updated,run com.linchaolong.apktoolplus.builder.UpdateJiaGu
in the app.Builder
module, update apk protection library to app module。
Build -> Artifacts... -> ApkToolPlus -> Build
,ApkToolPlus.jar will be generated in the out\artifacts\ApkToolPlus
directory, if you have installed jdk can click the jar directly to run.
Click here to download release version of ApkToolPlus。
dexknife-wj:apk protect plugin, supports signature verification and dex encryption.