ROP – ret VS ret 0
I’m doing a binary challenge from pwnable.kr and I’m examining a some ROP gadget.
Until now I’ve always used gadget ending with ret or syscall/int 0x80, but now ROPgadget gave me a gadget ending with ret 0.
What’s the difference wrt ret?