Unable to system("/bin/sh") in return to libc practice
I am attempting to practice some return-to-libc exercise found here but I’m stumped.
According to the exercise, I am suppose to be able to obtain a shell by arranging my input as follows:
|——————————-|-… Continue reading Unable to system("/bin/sh") in return to libc practice