摘要: #介绍 ret2_dl_runtime_resolve技术其实就是对重定位函数_dl_runtime_resolve(link_map_obj, reloc_index)运用rop技术 ##原理介绍 #include <unistd.h> #include <stdio.h> #include <s 阅读全文
posted @ 2020-08-06 16:49 PwnKi 阅读(403) 评论(0) 推荐(0) 编辑