摘要: 检测调试相关文件android_server等 int SearchFile(std::string file_path) { int ret = 0; // fork进程检测 std::string command = "cat "; command.append(file_path.c_str( 阅读全文
posted @ 2022-10-10 16:33 怎么可以吃突突 阅读(1456) 评论(0) 推荐(2)
摘要: # android平台的ELF hook技术 ![](https://img2022.cnblogs.com/blog/2052882/202210/2052882-20221010122231481-699432400.png) ## LD_PRELOAD hook linker程序在对elf可执 阅读全文
posted @ 2022-10-10 12:35 怎么可以吃突突 阅读(536) 评论(0) 推荐(0)