Loading...
Loading...
Compare original and translation side by side
from pwn import *from pwn import *undefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedfrom pwn import *from pwn import *undefinedundefinedgdb ./binary
> checksec # Security features
> info functions # List functions
> disas main # Disassemble
> b *0x401234 # Breakpoint
> r < payload.txt # Run with input
> x/20wx $rsp # Examine stackgdb ./binary
> checksec # Security features
> info functions # List functions
> disas main # Disassemble
> b *0x401234 # Breakpoint
> r < payload.txt # Run with input
> x/20wx $rsp # Examine stack