Article
Reversing and Exploiting with Free Tools: Part 13
In part 12, we completed the ROP bypass of the DEP in 64 bits. In this part, we’ll analyze and adapt the RESOLVER for 64 bits.
Resolution of the 64-Bit Exercise
As a quick point of clarification, the shellcode is not mine. However, it is quite public, so it was simply adapted for this example.
Complete Solution Script
Just to mix things up a bit, let’s start out by looking at the complete...