Term of the Moment

geekspeak


Look Up Another Term


Definition: decompiler


A program that converts machine language back into a high-level source language. The resulting code may be very difficult to maintain as variables and routines are named generically: A0001, A0002, etc. See disassembler.