摘要: 1 #include <stdio.h> 2 #include <unistd.h> 3 4 int abc() { 5 int d; 6 return 2; 7 } 8 int sum(int a) { 9 int c; 10 abc(); 11 return a; 12 } 13 int mai 阅读全文
posted @ 2020-04-20 15:01 通杀 阅读(649) 评论(0) 推荐(0) 编辑
摘要: 1.第一个at&a 64汇编 1 .section .data 2 strFormat: 3 .asciz "%s\n" 4 strUseLibc: 5 .asciz "Hi, If you see me, you called c lib :)" 6 strUseSyscall: 7 .asciz 阅读全文
posted @ 2020-04-20 10:46 通杀 阅读(285) 评论(0) 推荐(0) 编辑