SimpleParserPE PE file parser (Windows Portable Executable) in C++. Made this to understand how Windows executables work. Parses DOS header, NT header, section headers, and import table. Build g++ main.cpp -o main.exe