Buffer overflow exploit with python3 : wrong return address written
I’m trying to exploit a simple buffer overflow with gdb and peda, I just want to rewrite the return address with the address of a function of the program. I can easily do it with python2 but it seems to be impossible with python3, the retu… Continue reading Buffer overflow exploit with python3 : wrong return address written