Skip to content

Header only C/C++ library for parsing the undocumented rich header in PE files

License

Notifications You must be signed in to change notification settings

rythoris/rich_header.h

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

rich_header.h is a simple and flexible header only C/C++ library for reading and
deciphering the undocumented rich header from the portable executable (PE)
files.

The header file by itself acts just like a header file and you have to explicitly
define the 'RICH_HEADER_IMPLEMENTATION' to also include the function definitions.

Getting started
===============

I've included a small example code (example.c) which basically includes all
the functions you need to get started with the library.

For more information just read the source or the function comments! it's really
simple.

License
=======

This project is licensed under the GPLv3 copyleft license.

About

Header only C/C++ library for parsing the undocumented rich header in PE files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages