We are given following source code and hints: Stack6 looks at what happens when you have restrictions on the return address.This level can be done in a couple of ways, such as finding the duplicate of the payload ( objdump -s will help with this), or ret2libc , or even return orientated programming.It is strongly…
Month: March 2021
protostar – stack five
We are given following hints and source code: Hints At this point in time, it might be easier to use someone elses shellcode If debugging the shellcode, use \xcc (int3) to stop the program executing and return to the debugger remove the int3s once your shellcode is done. This program seems to do nothing special,…