2

Is there any library that allows to read, modify and write COFF files?

fithu
  • 2,361
  • 5
  • 18
  • 23

2 Answers2

3

EDITBIN does this

Steve Townsend
  • 53,498
  • 9
  • 91
  • 140
1

You may try libbfd from http://en.wikipedia.org/wiki/GNU_Binutils. Or do it manually, just read spec.