June 2019
Beginner to intermediate
660 pages
14h 30m
English
Using the Mona script from the Immunity Debugger, we can find ROP gadgets. However, it also provides functionality to create an entire ROP chain by itself, as shown in the following screenshot:

Using the !mona rop -m *.dll -cp nonull command in the Immunity Debugger's console, we can find all the relevant information about the ROP gadgets. We can see that we have the following files generated by the Mona script:

Interestingly, we have a file called rop_chains.txt, which contains the entire chain that can be used ...
Read now
Unlock full access