Is there any library that allows to read, modify and write COFF files?
Asked
Active
Viewed 554 times
2
-
1[Stack Overflow is not a Recommendation Engine.](http://meta.stackexchange.com/a/128562/133242) – Matt Ball May 01 '12 at 04:12
-
3I'm not asking what is the best. It seems Stack Overflow is not an answering site as well. – fithu May 01 '12 at 04:39
2 Answers
1
You may try libbfd from http://en.wikipedia.org/wiki/GNU_Binutils. Or do it manually, just read spec.

Dmitriy Yurchenko
- 212
- 3
- 5