Skip to content

pawnlord/cough

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cough

Coff file compiler library to generate your own COFF files.

usage

WIP section

  • Initialize the CoffFile object
  • Generate data for sections
  • Generate relocation tables for sections
  • Add the sections to the object
  • Add any other symbols to the object
  • Compile
  • Write to a file

example usage

For an example, look in the tests folder