Re: How to identify compilers

"Ron Ruble" <raffles2@att.net>
5 Feb 2003 23:58:41 -0500

          From comp.compilers

Related articles
How to identify compilers robert.kahlert@aeg-hausgeraete.de (2003-01-30)
Re: How to identify compilers joachim_d@gmx.de (Joachim Durchholz) (2003-02-05)
Re: How to identify compilers chase@theworld.com (David Chase) (2003-02-05)
Re: How to identify compilers raffles2@att.net (Ron Ruble) (2003-02-05)
Re: How to identify compilers jgd@cix.co.uk (2003-02-06)
Re: How to identify compilers vbdis@aol.com (2003-02-06)
Re: How to identify compilers sandfeld@diku.dk (Allan Sandfeld Jensen) (2003-02-11)
Re: How to identify compilers aka@mvps.org (Alex K. Angelopoulos) (2003-02-21)
Re: How to identify compilers cyberguijarro@terra.es (2003-02-24)
| List of all articles for this month |

From: "Ron Ruble" <raffles2@att.net>
Newsgroups: comp.compilers
Date: 5 Feb 2003 23:58:41 -0500
Organization: Posted via Supernews, http://www.supernews.com
References: 03-01-184
Keywords: practice
Posted-Date: 05 Feb 2003 23:58:41 EST

"Robert" <robert.kahlert@aeg-hausgeraete.de> wrote
> Did anybody know, if (and how) it's possible to find out with which
> compiler a Windows executable file was compiled.


Not reliably. The program may link in specific DLLs, which may give a
clue, or the code may otherwise have certain artifacts peculiar to one
particular compiler, but there is no general way to discover this.


Most, if not all, potential identifying information was removed as
part of the compilation process.


Of course, this begs the question "why do you want to know?"


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.