Skip to content
Sam Ku edited this page Jan 4, 2016 · 5 revisions

Shell Code

http://shell-storm.org/shellcode/files/shellcode-811.php

Buffer overflow

http://www.evanjones.ca/buffer-overflow-101.html

Compiler options for executing on stack

gcc -fno-stack-protector -Wl,-z,norelro -m32 execve_64.c -o execve_64

Clone this wiki locally