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

[ellenőrzött változat][ellenőrzött változat]
Tartalom törölve Tartalom hozzáadva
EmausBot (vitalap | szerkesztései)
a r2.6.4) (Bot: következő módosítása: es:Decompilador
a →‎Gépi kód: 2 lik korr.
153. sor:
 
==== 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 (programmingprogramozási languagenyelv)|C language]]. Boomerang is available under a [[BSD licenselicenc|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.