DISASSEMBLER
Disassembler
A disassembler is a computer program that translates machine language into assembly languageāthe inverse operation to that of an assembler. A disassembler differs from a decompiler, which targets a high-level language rather than an assembly language. Disassembly, the output of a disassembler, is often formatted for human-readability rather than suitability for input to an assembler, making it principally a reverse-engineering tool.The above text is a snippet from Wikipedia: Disassembler
and as such is available under the Creative Commons Attribution/Share-Alike License.
disassembler
Noun
- A computer program that examines another computer program and attempts to generate assembly language source code that would, in theory, reproduce the target program.
The above text is a snippet from Wiktionary: disassembler
and as such is available under the Creative Commons Attribution/Share-Alike License.