摘要: 首先使用PTRACE_SYSCALL获取到系统调用号,如果是write则将文件描述符从标准输出变为我们打开的文件 #include <stdio.h> #include <fcntl.h> #include <sys/reg.h> #include <sys/user.h> #include <sy 阅读全文
posted @ 2021-11-02 17:03 岁云暮 阅读(81) 评论(0) 推荐(0)