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
* 단축키는 한글/영문 대소문자로 이용 가능하며, 티스토리 기본 도메인에서만 동작합니다.