decompiler

views updated

decompiler A program that attempts to do for compiler output what a disassembler does for assembler output, i.e. translate back from machine code to something resembling the source language. The task is difficult and not often attempted.