[cfe-dev] clang compiler signature

Douglas Gregor dgregor at apple.com
Tue Sep 6 07:24:54 PDT 2011


On Sep 3, 2011, at 9:18 AM, Michal Kostka wrote:

> Hello,
> 
> I am a student of Brno University of Technology a now I work on my Bc thesis. The topic of my thesis is Detection of used compiler. I detect it from first bytes after e_entry because every compiler contains its typical sequence there, called usually signature. But getting the signatures is very long work, I must test many version of compiler, with various options (for example -static).

Then you should seek to automate this repetitive task.

> So I want to ask you: is it posible to send me signatures of some versions of clang? It would fasten my work.


Absolutely not. Your thesis is your own work, and this mailing list is not here for you to solicit others to do your work for you.

	- Doug



More information about the cfe-dev mailing list