常用反编译工具
- jadx
1 | jadx-gui |
- jdgui
1 | jdgui |
- proguard
1 | proguardgui.sh |
- addr2line
1 | set(CMAKE_BUILD_TYPE Debug) |
ndk-stack
Usage: ndk-stack -sym PATH [-dump PATH]
Symbolizes the stack trace from an Android native crash.-sym PATH sets the root directory for symbols
-dump PATH sets the file containing the crash dump (default stdin)See https://developer.android.com/ndk/guides/ndk-stack.html.
1 |
|