Skip to content

MrRoy09/PE_Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

26b3a93 · Jul 25, 2024

History

4 Commits
Jul 25, 2024
Jul 25, 2024
Jul 25, 2024
Jul 25, 2024
Jul 25, 2024

Repository files navigation

PE Parser

Coding a PE parser to learn about the PE file format

Build

Use Cmake to build

cmake -S . -B build/

Usage

 PE_Paser.exe <path to PE file>

Note

Build will only succeed on Windows due to reliance on Windows.h. This dependency can be removed by simply copying the relevant structs and data types in a header file and including that in pe_parser.h file

About

Coding a PE Parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published