# GDB commands to find the EIP/RIP offset inside the binary

file ./out/exploitable
br read_line
run --norick <generate-payload.py
info locals
x buffer
i f
