How to use pwntools to generate a relative jump?
I want to use pwntools to generate a relative jump 0x20 bytes forward. It isn’t described in the documentation how to do that.
What’s the command for doing a JMP SHORT 0x20 in pwntools?
Continue reading How to use pwntools to generate a relative jump?