— If anyone is interested, twitch.tv/italianprogrammer
— ROP basically is a technique for exploiting a program
— What you do is first find a buffer overflow or a similar vulnerability
— Then when you find it, you write into the buffer a rop chain
— Which basically is a return to a some address
— For example, to instructions before another return
— So if there is a mult there, you can use it to multiply
— So, basically what you try to do is to find the instructions before all returns
— And implement the code you want to do
— At the end you have a chain of returns with instructions in between