Skip to content

serge1/COFFI

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
PE
 
 
 
 
doc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

COFFI

Documentation License

COFFI is a header-only C++ library intended for reading and generating files in the COFF binary format. It is used as a standalone library - it is not dependant on any other product or project. Adhering to ISO C++, it compiles on a wide variety of architectures and compilers.

As the COFF binary format standard is extended or violated in many implementations, this library only supports a very small subset of the COFF implementations:

  • Windows portable executable (PE) format
  • Texas Instruments COFF
  • CEVA, Inc COFF

The full library documentation can be found in COFFI - Tutorial and User Manual.

About

A header-only C++ library for accessing files in COFF binary format. (Including Windows PE/PE+ formats)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published