| 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) |
| From: | David Chase <chase@theworld.com> |
| Newsgroups: | comp.compilers |
| Date: | 5 Feb 2003 23:53:19 -0500 |
| Organization: | Little or none |
| References: | 03-01-184 |
| Keywords: | practice |
| Posted-Date: | 05 Feb 2003 23:53:19 EST |
Robert wrote:
>Did anybody know, if (and how) it's possible to find out with which
>compiler a Windows executable file was compiled.
It is almost certainly possible, but the "how" part that I know is by
looking for idioms in the generated code. I could do this pretty
easily when I worked on compilers for Sparc and looked at a fair
amount of code; someone who has worked on compilers or debuggers for
Pentium could probably do the same.
David
Return to the
comp.compilers page.
Search the
comp.compilers archives again.