Category:Disassemblers

From HandWiki
Revision as of 09:49, 19 January 2021 by imported>Rjetedi (linkage)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Handwiki book24.pngComputing portal

Here is a list of articles in the Disassemblers category of the Computing portal that unifies foundations of mathematics and computations using computers. A disassembler is a computer program that translates machine language into assembly language, performing the inverse operation to that of an assembler. A disassembler differs from a decompiler, which targets a high level language rather than 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.