This is a simple PE parser. The goal of this parser is to understand the PE (Portable Executable) file format.
I have parsed the following components:
- DOS Header
- NT Header (signature, file header, optional header)
- Sections Header
- Imports Directory
- Base Relocation
- PE File Format Documentation
- A Comprehensive Guide on PE File Structure (A strong starting point for understanding PE files)
- Sunshine2k: PE File Structure Tutorial