programming language for certain software!
programming language for certain software!
Is there a way to know what programming language was used for any certain software?
Looking at which .dll's are imported helps (using PEInfo for example).
You will see if it's an .NET application, vb6 etc if you know which dll is commonly used for it.
You can also try "TrID - File Identifier" (http://mark0.net/soft-trid-e.html) or PEiD (http://www.peid.info/)
You will see if it's an .NET application, vb6 etc if you know which dll is commonly used for it.
You can also try "TrID - File Identifier" (http://mark0.net/soft-trid-e.html) or PEiD (http://www.peid.info/)
-
- Posts: 273
- Joined: Thu Apr 10, 2008 9:47 pm
Re: programming language for certain software!
If it is a machine-code binary .exe, no. Sometimes you MAY be able to guess which compiler was used.omidneo wrote:Is there a way to know what programming language was used for any certain software?
Re: programming language for certain software!
However, depending on what the program is, and rarely this is the case, but sometimes that information is in the about page.Allosentient wrote:If it is a machine-code binary .exe, no. Sometimes you MAY be able to guess which compiler was used.omidneo wrote:Is there a way to know what programming language was used for any certain software?
-
- Posts: 276
- Joined: Fri Aug 15, 2008 8:21 am