Mac环境下反编译安卓apk

2021-10-27  本文已影响0人  月沉眠love

decompile-apk

The decompile-apk tool consists of some scripts and different tools, it can provider auto decompile function for produce Java source code and resources from Android Apk files that displayed on GUI.

截屏2021-10-27 上午11.48.06.png

Tools

Platforms

Download

decompile-apk

Usage

# using integrated tools to decompile apk (recommend)
sh decompile-apk.sh *.apk

# using apktool/dex2jar/jd-gui to decompile apk
sh jdgui-apk.sh *.apk

# using jadx to decompile apk
sh jadx-apk.sh *.apk

# using classyshark to decompile apk
sh classyshark-apk.sh *.apk

# using bytecode-viewer to decompile apk
sh bytecode-viewer.sh *.apk

Summary

Todo

About

venshine.cn@gmail.com

License

Apache 2.0

上一篇 下一篇

猜你喜欢

热点阅读