摘要:
最近做关于溢出的题目有的题目,生成的shellcode由于含有特殊字符,不方便让程序读取于是将之前生成shellcode的加密解密部分稍微修改了一下思路大概如此,以后需要用到什么样的shellcode自己修改加密解密程序生成就是了 1 #include <stdio.h> 2 #include <string.h> 3 #include <stdlib.h> 4 #include <windows.h> 5 6 //#define Debug 1; 7 8 #define Legal_Begin 0x20 /... 阅读全文
posted @ 2012-10-07 22:45
02xiaoma
阅读(532)
评论(0)
推荐(0)
浙公网安备 33010602011771号