How can I jump to an address after executing a donut shellcode?
I’m looking to execute a shellcode by packaging it inside an executable.
I generate an executable (open the calculator)
I output a shellcode from the executable with donut.
donut.exe -i opencalc.exe -a 1 -b 1 -e 1
I decompile putty, a…