Why does this payload only work within pwntools?
I’m trying to learn binary exploitation. I started with the following:
https://github.com/tripoloski1337/learn-to-pwn/tree/master/overwrite_instruction_pointer
After a bit of experimentation, I arrived at the following pwntools script:
fro… Continue reading Why does this payload only work within pwntools?