So my goal is to change the return address to skip the one byte 0xE8. The return address is at the top of the stack after calling this function, right? So poping, add 1 and pushing the value should do the job. At least it looks like that at first sight using OllyDbg, but in fact the rest of the code - just printing a string - wont work.So my goal is to change the return address to s