-
unsigned char shellcode[] = "shellcode here"; int main() { int (*func)(); func = (int (*)())&shellcode; (int)(*func)(); return 0; }
아래 링크대로 따라한다. (이클립스 전까지)https://www.ics.uci.edu/~pattis/common/handouts/mingweclipse/mingweclipse.html 이후 서브라임에서컴파일 = Ctrl + b실행 = Ctrl + Shift + b