-
Notifications
You must be signed in to change notification settings - Fork 0
jni
AN QIULIANG edited this page Nov 18, 2016
·
7 revisions
Android NDK so crash,定位目标代码使用 arm-linux-androideabi-addr2line 命令行位于:
$NDK_HOME/toolchains/arm-Linux-androideabi-4.9/prebuilt/darwin-x86_64/bin/arm-linux-androideabi-addr2line
用法示意:
arm-linux-androideabi-addr2line -e 有符号的so crash内存地址
另外IDA也是一个强大的工具。
What is IDA all about?
IDA is a Windows, Linux or Mac OS X hosted multi-processor disassembler and debugger that offers so many features it is hard to describe them all. Just grab an evaluation version if you want a test drive. An executive summary is provided for the non-technical user.
更多参考: