DLL Source Identification

How to determine which compiler was used to create the DLL?

I have a DLL - is it possible to find out how the DLL was created (.NET / C ++ / Labview, etc.). I have no source dll file. I also tried to check using decompilers, but it does not give me any information on how the DLL was created.

+5
source share
1 answer

There are many tools for this kind of analysis. Look here for a summary of some popular options (namely PEiD, Exeinfo PE, and Language 2000).

+4
source

All Articles