Skip to content

cihansol/PEExportGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PEExportGen

A utility tool to create export definitions from a given PE Image.

Usage

Usage: PEExportGen path/to/library.dll

Output

A exports.h header file will be generated in the input file's directory. This then can be then included in your C++ DLL project.

TODO

  • Support for functions exported only by ordinal with no names

About

A utility tool to create export definitions from a provided PE Image.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages