easyctf-2017/simple-rop/Makefile
John 7c970f316f Added a simple rop problem
Needs to be built on a linux machine and the binary put in the
files/description so that its easier to solve. Also needs to be put on
the shell.
2017-03-09 02:56:41 -06:00

2 lines
68 B
Makefile

(all):
gcc -m32 -o simple-rop -fno-stack-protector -O0 simple-rop.c