[go: up one dir, main page]

Menu

Tree [a09e7b] version-0.2.3 /
 History

HTTPS access


File Date Author Commit
 src 2010-05-19 John Källén John Källén [8d163d] * Double-clicking on diagnostics now takes you ...
 web 2009-03-14 John Källén John Källén [78e146] Updated logo.
 AUTHORS 2007-09-05 John Källén John Källén [c68645] * Initial version 0.1 of decompiler sources.
 COPYING 2007-09-05 John Källén John Källén [c68645] * Initial version 0.1 of decompiler sources.
 INSTALL 2007-09-05 John Källén John Källén [c68645] * Initial version 0.1 of decompiler sources.
 NEWS 2007-09-05 John Källén John Källén [c68645] * Initial version 0.1 of decompiler sources.
 README 2007-09-05 John Källén John Källén [c68645] * Initial version 0.1 of decompiler sources.
 TODO 2007-09-05 John Källén John Källén [c68645] * Initial version 0.1 of decompiler sources.

Read Me

decompiler - a general purpose decompiler.

Decompiler is a C# project containing a decompiler for machine code
binaries.  This project is freely available under the GNU General
Public License.

The project consists of front ends, core decompiler engine, and back
ends to help it achieve its goals.  A command-line, a Windows GUI,
and a ASP.NET front end exist at the time of writing.  The decompiler
engine receives inputs from the front ends in the form of either
individual executable files or decompiler project files. Decompiler
project files contain additional information about a binary file,
helpful to the decompilation process or for formatting the output.
The decompiler engine then proceeds to analyze the source code.

Please note that many software licenses prohibit decompilation or
other reverse engineering of their machine code binaries. Use this
decompiler only if you have legal rights to decompiler the binary
(for instance if the binary is your own.)