„Kódvisszafejtő program” változatai közötti eltérés

[nem ellenőrzött változat][nem ellenőrzött változat]
Tartalom törölve Tartalom hozzáadva
Tsch81 (vitalap | szerkesztései)
Nincs szerkesztési összefoglaló
Cherybot (vitalap | szerkesztései)
a Robot: Kiskötőjel cseréje gondolatjelre
148. sor:
====Java====
*[http://jdec.sourceforge.net/ jdec: java decompiler] jdec is an open source java decompiler It has a number of useful features. Right now it is mainly hosted at [[sourceforge]] site. Apart from providing features like decompiling, disassembling providing detailed information of a java class file, it also supports jar decompilation and also comes with a swing UI.
* [http://www.kpdus.com/jad.html Jad - the fast JAva Decompiler] - Jad is a 100% pure C++ program and claims to be several times faster than decompilers written in Java. Since version 1.5.6 it's no longer free for commercial use, but is still free for non-commercial use. Several GUIs exists for Jad, e.g. Jadclipse, a plugin for [[Eclipse (software) |Eclipse]].
 
====.NET====
*[http://www.netdecompiler.com Dis# - .NET decompiler] which allows you to edit local variables and other names in the decompiled code and keep the changes in a project file.
*[http://jsc.sourceforge.net jsc - .NET decompiler] which allows you to write in c#, but produce javascript, php or java instead.
 
====Gépi kód====
*[http://boomerang.sourceforge.net/ The Boomerang Decompiler] is an [[open-source]] attempt at a retargetable machine code decompiler. It is presently capable of decompiling small binary files ([[Pentium]], [[SPARC]], and [[PowerPC]]) to the [[C (programming language)|C language]]. Boomerang is available under a [[BSD license|BSD-like licence]], and can be run on various [[Unix]] and [[Microsoft Windows|Windows]] platforms.
*[http://www.backerstreet.com/rec/rec.htm REC - Reverse Engineering Compiler] by Giampiero Caprino. REC is a portable reverse engineering compiler, or decompiler. It reads [[machine code]] file for one of several architectures, and attempts to produce a [[C (programming language)|C]]-like representation of the code and data used to build the [[executable]] file. Versions of REC for several platforms can be downloaded for free.
*[http://www.itee.uq.edu.au/~cristina/dcc.html dcc - Dos C Decompiler] decompiles .exe files from the ([[Intel 80286|i286]], [[DOS]]) platform to [[C (programming language)|C]] programs.