EXE source Code

Windows OS Specific Topics
Post Reply
User avatar
Nipuna
Moderator
Moderator
Posts: 2729
Joined: Mon Jan 04, 2010 8:02 pm
Location: Deraniyagala,SRI LANKA

EXE source Code

Post by Nipuna » Sun Feb 21, 2010 4:52 pm

I think this is a Silly Question.

Is there any way that we can find the source code of compiled non open source EXE files? That are in our computer or downloaded files from the Internet.

Thanks
Last edited by Nipuna on Sun Feb 21, 2010 5:26 pm, edited 1 time in total.
User avatar
Neo
Site Admin
Site Admin
Posts: 2642
Joined: Wed Jul 15, 2009 2:07 am
Location: Colombo

Re: EXE source Coade

Post by Neo » Sun Feb 21, 2010 5:12 pm

Not easily possible. However you can get the disassembly of the code and if you good with assembly, you may be able to read it. See this article about EXE file format https://robot.lk/viewtopic.php?f=48&t=1068

PE Explorer is a very good software to View, Edit, and Reverse Engineer EXE and DLL Files.
User avatar
Nipuna
Moderator
Moderator
Posts: 2729
Joined: Mon Jan 04, 2010 8:02 pm
Location: Deraniyagala,SRI LANKA

Re: EXE source Coade

Post by Nipuna » Sun Feb 21, 2010 5:15 pm

Neo wrote:Not easily possible. However you can get the disassembly of the code and if you good with assembly, you may be able to read it. See this article about EXE file format https://robot.lk/viewtopic.php?f=48&t=1068

PE Explorer is a very good software to View, Edit, and Reverse Engineer EXE and DLL Files.
Thanks a Lot Buddy I thought It isn't Possible.
User avatar
Neo
Site Admin
Site Admin
Posts: 2642
Joined: Wed Jul 15, 2009 2:07 am
Location: Colombo

Re: EXE source Coade

Post by Neo » Sun Feb 21, 2010 5:22 pm

But keep my note. It is not easy at all :mrgreen:
User avatar
Nipuna
Moderator
Moderator
Posts: 2729
Joined: Mon Jan 04, 2010 8:02 pm
Location: Deraniyagala,SRI LANKA

Re: EXE source Coade

Post by Nipuna » Sun Feb 21, 2010 5:24 pm

Neo wrote:But keep my note. It is not easy at all :mrgreen:
Ok i understand

So people can find the source code why don't they upload the source codes of Commercial software to the internet?
User avatar
Neo
Site Admin
Site Admin
Posts: 2642
Joined: Wed Jul 15, 2009 2:07 am
Location: Colombo

Re: EXE source Code

Post by Neo » Sun Feb 21, 2010 5:34 pm

Software companies are investing (sometimes in millions) to create software for developers, machines, electricity, building, other staff, etc... This is where a cost is added to a software product. If someone publish a commercial code without rights, he can be sued and probably send to jail.

When you know the functionality, how about you try to create the same software
Post Reply

Return to “Windows”