使用alpha3编码shellcode
使用alpha3进行编码shellcode,生成一段没有坏字符的shellcode。然后使用jmp esp进行shellcode注入。环境:win2000工具:ollydbg,vc6,010editor原程序原程序为example.cpp。#include <stdio.h>#include <windows.h>#include <string.h>void hack(const char* input){