Welcome! Log In Create A New Profile

Advanced

How would I?

Posted by Swizler 
How would I?
September 05, 2009 02:31AM
How would I decompile elfs and dols into their source code?
Re: How would I?
September 05, 2009 03:01AM
You kinda wouldn't, you see? There's a reason why there's open-source licenses and the like. If it's not open-source, don't even try to decompile it, as it's difficult and would be easier to code yourself.
Re: How would I?
September 05, 2009 03:09AM
But is there a way to?
Also what is open-source licenses?
Re: How would I?
September 05, 2009 03:16AM
Quote
Swizler
But is there a way to?
Also what is open-source licenses?

This basically sums it up.....

Quote

An open source license is a copyright license for computer software that makes the source code available under terms that allow for modification and redistribution without having to pay the original author. Such licenses may have additional restrictions such as a requirement to preserve the name of the authors and the copyright statement within the code. One popular (and sometimes considered normative) set of open source software licenses are those approved by the Open Source Initiative (OSI) based on their Open Source Definition (OSD).



Edited 1 time(s). Last edit at 09/05/2009 03:17AM by WaxyPumpkin72.
Re: How would I?
September 05, 2009 03:18AM
Thank you but is there any software to decompile dols?
Re: How would I?
September 05, 2009 03:23AM
I doubt it....you could try google.
Re: How would I?
September 05, 2009 03:59AM
Like any piece of compiled software, the .elfs and .dols are executables.

Like all executables its impossible to break them down further than an asm dissassembly.
Sorry, only registered users may post in this forum.

Click here to login