December 2017
Intermediate to advanced
860 pages
16h 1m
English
Using Mona script from 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 we have the following files generated by Mona script:

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