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.
source
share