Shows how the PEB_LDR_DATA and LDR_MODULE structures are interlinked to reveal the nuances of
which dlls are loaded are loaded into the current process. Shellcode usually makes use of these
structures in order to locate the API functions it requires. Shows you how to examine and make sense
of the data on your own as well.