Complete Tour Of Pe And Elf Data Structures
If you can recall in Optional header, we have a field _Image_DATA_DIRECTORY[16] that we have not discussed yet. This article is based on the different data directories structure pointed to by this field.First we will discuss the data directory IMAGE_DIRECTORY_ENTRY_IMPORT, which contains all the DLL imports present in the binary. To jump to Data Directory Import Section look at the import section in Optional Header. Looking at the Import RVA of AO48 we move to the ....