Contents
- PE FILE headers
- Virtual DLL
First of the PE FILE, exist the 'IMAGE_DOS_HEADER' structure
'IMAGE_DOS_HEADER' structure pointing the 'IMAGE_NT_HEADERS' structure
'IMAGE_NT_HEADERS' structure is describe the PE FILE spec
- property of the PE FILE
- Image size of the PE FILE
- number of the section
Virtual memory
- Read PE FILE (*.DLL) data
- Allocate virtual memory as much as size of image
- Write section data to virtual memory with referenced by section header