EIP pointing to shellcode but shellcode is not executing?
I have successfully overwritten the EIP register (pointing to my shellcode) but the shellcode is not executing. I compiled with the command
gcc -g -fno-stack-protector -z execstack -no-pie vuln.c -o vuln
Here’s the output of gdb-peda … Continue reading EIP pointing to shellcode but shellcode is not executing?