摘要: On Android phone set follow fork mode [parent|child] On PC `~/utils/android ndk r12b/prebuilt/linux x86_64/bin/gdb q ex "target remote :8888" ex "sour 阅读全文
posted @ 2017-12-26 11:39 jeremyatchina 阅读(168) 评论(0) 推荐(0) 编辑
摘要: To resolve this issue you can add Defaults env_keep += "http_proxy https_proxy" to your /etc/sudoers file in order to keep those variables when switch 阅读全文
posted @ 2017-12-26 11:37 jeremyatchina 阅读(130) 评论(0) 推荐(0) 编辑
摘要: `adb shell "su c 'cat /proc/kmsg'" | tee kernel.log` `adb shell su c "echo 0 /proc/sys/kernel/kptr_restrict"` 阅读全文
posted @ 2017-12-26 11:36 jeremyatchina 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 1. Downloading toolchain and setup. git clone https://android.googlesource.com/platform/prebuilts/gcc/linux x86/arm/arm eabi 4.7/ 2. Downloading kerne 阅读全文
posted @ 2017-12-26 11:33 jeremyatchina 阅读(187) 评论(0) 推荐(0) 编辑
摘要: Prerequisites Assuming that we already downloaded the android ndk r12b and sdk. w4118@w4118:~/utils$ ls android ndk r12b android sdk linux bin goldfis 阅读全文
posted @ 2017-12-26 11:29 jeremyatchina 阅读(848) 评论(0) 推荐(0) 编辑