buffer overflow use ebp instead of esp (ebp+4 = ret address)
Instead of using ESP , to get the return address, why not use EBP and sum it 4 ? thats the location of return address…is that possible?
thanks!
andre
Continue reading buffer overflow use ebp instead of esp (ebp+4 = ret address)