Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Modern C++ wrapper around the Microsoft Portable Executable file format without any CRT dependencies and dynamic allocations

This is a W.I.P. library to interact with Microsoft PE files (.exe, .dll, .sys) in a modern C++ way.

It depends on no CRT, nor allocates any memory.

Code to traverse tables (IAT, EAT, Relocs, etc...) is being abstracted by iterators to provide developers with a clean abstracted interface to base their work on.

Examples

More samples can be found in the main.cpp file.

About

modern c++ wrapper around the microsoft portable executable file format without any crt dependencies and dynamic allocations

Resources

Stars

13 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages