programming language for certain software!

Discussion about hacker.org's server
Post Reply
omidneo
Posts: 5
Joined: Sat Apr 11, 2009 6:33 am
Location: Seattle, WA

programming language for certain software!

Post by omidneo »

Is there a way to know what programming language was used for any certain software?
treader
Posts: 82
Joined: Wed Mar 25, 2009 2:44 pm
Location: mumbai

Post by treader »

Every language has a different syntax.
TREADER
TREADER
TREADER
TREADER
TREADER
TREADER
omidneo
Posts: 5
Joined: Sat Apr 11, 2009 6:33 am
Location: Seattle, WA

Post by omidneo »

treader wrote:Every language has a different syntax.
Yes, I am talking about a non- open source program. An .exe file. I am trying to learn reverse engineering.
User avatar
Zaffron
Posts: 491
Joined: Thu Dec 18, 2008 12:18 am
Location: Invading a small country

Post by Zaffron »

google
omidneo
Posts: 5
Joined: Sat Apr 11, 2009 6:33 am
Location: Seattle, WA

Post by omidneo »

Zaffron wrote:google
If I had found what I wanted in Google I wouldn't be making this post.
User avatar
Zaffron
Posts: 491
Joined: Thu Dec 18, 2008 12:18 am
Location: Invading a small country

Post by Zaffron »

Maybe you aren't looking hard enough.
sSniper
Posts: 30
Joined: Sat Aug 23, 2008 11:18 am

Post by sSniper »

my penis boom
User avatar
Zaffron
Posts: 491
Joined: Thu Dec 18, 2008 12:18 am
Location: Invading a small country

Post by Zaffron »

._.
DanielG
Posts: 30
Joined: Thu Nov 13, 2008 10:34 am

Post by DanielG »

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/)
Allosentient
Posts: 273
Joined: Thu Apr 10, 2008 9:47 pm

Re: programming language for certain software!

Post by Allosentient »

omidneo wrote:Is there a way to know what programming language was used for any certain software?
If it is a machine-code binary .exe, no. Sometimes you MAY be able to guess which compiler was used.
plope0726
Posts: 826
Joined: Mon Dec 15, 2008 10:13 pm

Re: programming language for certain software!

Post by plope0726 »

Allosentient wrote:
omidneo wrote:Is there a way to know what programming language was used for any certain software?
If it is a machine-code binary .exe, no. Sometimes you MAY be able to guess which compiler was used.
However, depending on what the program is, and rarely this is the case, but sometimes that information is in the about page.
WhiteKnight
Posts: 276
Joined: Fri Aug 15, 2008 8:21 am

Post by WhiteKnight »

In my point of view: C++ for all the functions that computer can provide. C# for productivity, but reduced functionality.
Post Reply