A place for all my tools and scripts while learning binary exploitation
break main
can also be used with other functions
c
will continue a program
n
will go to the next instruction
info stack
print current stack values must run
program first
info functions
list all functions
break *0x0000000abc
breaks at a specific memory address
gcc vuln.c -o vuln -fno-stack-protector -no-pie -z execstack -z norelro
echo 0 | sudo tee /proc/sys/kernel/randomize_va_space