Voltar ao ranking

CYRUS-STUDIO/ApkToolPlus

Java

ApkToolPlus 是一个 apk 逆向分析工具(a apk analysis tools)。

apktoolapk-signature-protectionapk-decompilerapk-protection
Crescimento de estrelas
Estrelas
1.5k
Forks
326
Crescimento semanal
Issues
20
5001k
mai. de 2016set. de 2019fev. de 2023jul. de 2026
ArtefatosMavengit clone https://github.com/CYRUS-STUDIO/ApkToolPlus.git
README

中文 | English

ApkToolPlus

ApkToolPlus

ApkToolPlus 是一个可视化的跨平台 apk 分析工具。

项目地址:https://github.com/linchaolong/ApkToolPlus

功能说明

1. ApkTool

apk 反编译,回编译,签名。

apktool

2. Apk 加固

dex 加密,防逆向,防止二次打包。(注意:该功能当前并非很完善,暂不建议商用,欢迎学习交流,欢迎提交 Pull requests)。

apktool

注意:加固后的 apk 启动时会做签名校验,如果和原来的签名不匹配会启动失败,在设置界面的 ApkTool 下配置 keystore。

3. ApkInfoPrinter

apk 常见信息查看工具,如:AndroidManifest.xml,apk 签名,版本号等。支持直接拖入查看 apk 信息。

apktool

4. Apk源码查看工具

Apk 源码查看工具,支持 multi-dex。

apktool

5. 格式转换工具

jar2smali,class2smali,dex2smali(apk2smali),smali2dex,class2dex。

在设置界面,可关联 Sublime ,关联后通过工具转换后的文件会自动显示在 Sublime。

apktool

6. 角标生成工具

icon 角标生成工具

apktool

7. 其他

  • JD(Java 反编译工具)
  • JAD(Java 反编译工具),注意 jar 文件或 class 目录不要在中文路径下!!!
  • JBE(Java 字节码编辑工具)
  • Proguard(Java 代码混淆工具)

工程结构

  • app:应用主模块。
  • app.Builder:应用构建模块。
  • lib.ApkParser:apk-parser,apk 解析库。
  • lib.AXMLPrinter: AXMLPrinter2,二进制 xml 文件解析库。
  • lib.Jad: Jad ,Java 反编译工具。
  • lib.JBE: JBE ,Java 字节码编辑器。
  • lib.JiaGu:apk 加固模块。
  • lib.Proguard: Proguard ,代码混淆优化工具, Usage
  • lib.Res:应用资源模块。
  • lib.Utils:工具类模块。

ApkToolPlus.jks

  • alias: ApkToolPlus
  • password: linchaolong
  • keystore password: linchaolong

构建说明

这是一个 IntelliJ IDEA 工程。

项目的构建依赖 ant, 点击这里下载 ant,并把 ant 的 bin 目录路径配置到 Path 环境变量,执行 ant -version 命令检测是否配置完成。

1. 运行项目

直接 Run app 模块中的 com.linchaolong.apktoolplus.Main 运行 ApkToolPlus。

2. 构建apk加固模块

lib.JiaGu 是 apk 加固模块,如果有更新修改,则执行 app.Builder 模块的 com.linchaolong.apktoolplus.builder.UpdateJiaGu 自动更新打包 apk 加固库到 app 模块。

3. 打包ApkToolPlus

Build -> Artifacts... -> ApkToolPlus -> Build,ApkToolPlus.jar 将生成在 out\artifacts\ApkToolPlus 目录下,如果已经安装 jdk 可以直接点击运行。

下载

点击 这里 下载 release 版 ApkToolPlus。安装 jdk 后,双击 jar 文件即可运行 ApkToolPlus。

相关链接

dexknife-wj:Android Studio 下的 apk 加固插件,支持签名校验和 dex 加密

联系方式

公众号:CYRUS STUDIO

最后,欢迎 Star,Fork,Issues 和提交 Pull requests,感谢 ApkToolapk-parserAXMLPrinter 等开源项目的开发者。

Repositórios relacionados
iBotPeaches/Apktool

A tool for reverse engineering Android apk files

JavaMavenApache License 2.0apktoolapk
apktool.org
25.1k4k
niklashigi/apk-mitm

🤖 A CLI application that automatically prepares Android APK files for HTTPS inspection

TypeScriptnpmMIT Licenseclireverse-engineering
npm.im/apk-mitm
5.1k430
vaibhavpandeyvpz/apkstudio

Open-source, cross platform Qt6 based IDE for reverse-engineering Android application packages. It features a friendly IDE-like layout including code editor with syntax highlighting support for *.smali code files.

C++GNU Lesser General Public License v3.0androidreverse-engineering
vaibhavpandey.com/apkstudio/
4.3k688
APKLab/APKLab

Android Reverse-Engineering Workbench for VS Code

TypeScriptnpmGNU Affero General Public License v3.0apktoolapk-decompiler
apklab.surendrajat.xyz
3.9k332
Jermic/Android-Crack-Tool

🐞Android crack tool For Mac

androidcrack
2.9k391
dana-at-cp/backdoor-apk

backdoor-apk is a shell script that simplifies the process of adding a backdoor to any Android APK file. Users of this shell script should have working knowledge of Linux, Bash, Metasploit, Apktool, the Android SDK, smali, etc. This shell script is provided as-is without warranty of any kind and is intended for educational purposes only.

ShellApache License 2.0metasploitsmali
2.4k713
AdrMXR/KitHack

Hacking tools pack & backdoors generator.

PythonPyPIMIT Licenseandroidwindows
adrmxr.github.io/KitHack/
2.1k269
kefir500/apk-editor-studio

Powerful yet easy to use APK editor for PC and Mac.

C++GNU General Public License v3.0apk-editorapk-decompiler
qwertycube.com/apk-editor-studio/
1.6k198
moyuwa/ApkCheckPack

apk加固特征检查工具,汇总收集已知特征和手动收集大家提交的app加固特征,全网最全开源加固特征,支持40+厂商的加固检测,欢迎大家提交无法识别的app

GoGo Modulesapktoolsecurity-tools
1.3k160
ClaudiuGeorgiu/Obfuscapk

An automatic obfuscation tool for Android apps that works in a black-box fashion, supports advanced obfuscation features and has a modular architecture easily extensible with new techniques

PythonPyPIMIT Licenseandroidapplication
1.3k321
AvillaDaniel/AvillaForensics

Avilla Forensics FREE

C#Othermobileforensics
1.1k214