Android逆向工具
apktool
解包、打包apk
smali
反汇编成smali代码,apktool集成了这个软件
APK Studio
集成了各种常用功能的IDE
APK Studio is a cross=platform IDE for decompiling/editing & then recompiling of android application binaries.Virtuous Ten Studio
同上,只是这个功能稍微强大一些,但是操作逻辑复杂一些
IDA
主要用来分析.so文件,但是实际上你也可以直接用它分析apk
The IDA Disassembler and debugger is a multi-processor disassembler and debugger hosted on the Windows, Linux and Mac OS X Platforms.jadx
反编译成java代码,自带GUI
JEB Decompiler
据说很牛逼的反编译器,可惜买不起
PNF Software is the maker of JEB, a powerful interactive Android app decompiler, built by and for security engineers.Decompile APK files and obfuscated Dalvik bytecode. Script your automation needs with our Java and Python API.Dare
据说还不错的反编译器
Androguard
一整套命令行工具
androguard - Reverse engineering, Malware and goodware analysis of Android applications ... and more (ninja !)dex2jar
任意款式记事本
任意款式十六进制编辑器
评论(1)