摘要: 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 阅读(179) 评论(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 阅读(133) 评论(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 阅读(153) 评论(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 阅读(199) 评论(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 阅读(869) 评论(0) 推荐(0)