Re: object code from which compiler



Yup from what I could gather it seems that (naturally enough) object
files mostly contain arch dependent info (e.g., stuff for linking and
loading etc.) I had a look through some details of ELF and COFF
formats etc. and could see nothing in their structures that would hint
at compiler origin.

It is interesting to see Simon's strings/grep example as the MS formats
seem to contain more info compared to, say, ELF (e.g., OS versions
etc.).

Thx, All.

A.

.