Hacker News new | ask | show | jobs
by thomasjudge 2124 days ago
How can you tell from a binary what compile was used to produce it?
1 comments

There can be various traces left in strings, the symbol table, etc

Many compilers statically link implementations of various built-in functions into the resulting executable, and that can result in different symbol table entries