Decompiler: Difference between revisions

From IFWiki

No edit summary
 
(+ Something like a definition; partly from Wikipedia.)
Line 1: Line 1:
A decompiler is the name given to a computer program that performs the reverse operation to that of a compiler. That is, it translates a file containing information at a relatively low level of abstraction (usually designed to be computer readable rather than human readable) into a form having a higher level of abstraction (usually designed to be human readable). In interactive fiction, this means taking a game file and changing it into a human readable source file--for instance, taking a z-code game and transforming it into [[Inform]] 6 code from which it could be compiled.
==Links==
==Links==
* [http://www.darkweb.com/~benrg/if-decompilers/ Interactive fiction decompilers] - a summary created by [[Ben Rudiak-Gould]].
* [http://www.darkweb.com/~benrg/if-decompilers/ Interactive fiction decompilers] - a summary created by [[Ben Rudiak-Gould]].

Revision as of 19:39, 27 March 2009

A decompiler is the name given to a computer program that performs the reverse operation to that of a compiler. That is, it translates a file containing information at a relatively low level of abstraction (usually designed to be computer readable rather than human readable) into a form having a higher level of abstraction (usually designed to be human readable). In interactive fiction, this means taking a game file and changing it into a human readable source file--for instance, taking a z-code game and transforming it into Inform 6 code from which it could be compiled.

Links

This article is a stub. You can help IFWiki by expanding it.
TODO: Page was created in haste to save the link. We need a definition and a list of known decompilers, probably begun from the info on the page linked to above. Contrast with compiler.