

Some disassemblers provide a built-in code commenting feature where the generated output gets enriched with comments regarding called API functions or parameters of called functions. If so, a disassembler operating on the machine code would produce disassembly lacking these constants and comments the disassembled output becomes more difficult for a human to interpret than the original annotated source code. These are usually removed from the assembled machine code by the assembler.
OTX DISASSEMBLER SOFTWARE
Common uses of disassemblers include recovering source code of a program whose original source was lost, malware analysis, modifying software (such as ROM hacking), and software cracking.Ī disassembler differs from a decompiler, which targets a high-level language rather than an assembly language.Īssembly language source code generally permits the use of constants and programmer comments.

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. ( December 2009) ( Learn how and when to remove this template message)Ī disassembler is a computer program that translates machine language into assembly language-the inverse operation to that of an assembler. Please help to improve this article by introducing more precise citations. This article includes a list of references, related reading, or external links, but its sources remain unclear because it lacks inline citations.
