.obj file format
.obj file format
(OP)
Anyone know where I can find info on the format of object files (particularly MSVC++ Debug & Release, as well as gcc)? I would like to develop a program that would output the function hierarchy given the .obj files in the project.





RE: .obj file format
I'm answering my own question. Here's a link to Microsoft's Object File Format Specification:
http://www.microsoft.com/hwdev/hardware/PECOFF.asp