Is there anyway to detect what compiler was used to create an exe?

simpleonline12

New member
Sep 29, 2009
191
3
0
I have the exe file in hand and want to know what compiler would be needed to decompile the exe to view the source code.
Thanks
 


This is probably a bit beyond your skill level, but i'd probably strat by running the linux command strings on it and seeing what comes out.
 
Visual language......anyway to detect which one of these was used to create the program?

Short of a blatantly obvious tag at the beginning of the file with a hex editor, no. Bout the only two things you might still see flowing around as an exe that you can detect in a hex editor is Visual Basic (before .net) , and anything built on flash's SWF.

Beyond that probably way above your skill level, and wouldn't matter much as decompilers don't work on newer programs. (VB6 was like what... 2002?), and I'm guessing you got an old VB3 to VB5 decompiler. Only reason that works is because the language isn't completely compiled back then, instead they were simple compressed commands to the external VB dependency and was easily decompiled back to source for that reason.
 
You are gonna fail your class if you don't learn to write your own code.


Some slightly useful information can be obtained by using Resource Hacker .