Difference between revisions of "Disassembler"

From CDOT Wiki
Jump to: navigation, search
(Created page with 'Category:Computer Architecture A ''disassembler'' is a tool which converts machine code to an assembly language representations. O…')
(No difference)

Revision as of 13:27, 7 January 2014

A disassembler is a tool which converts machine code to an assembly language representations.

On GNU Linux systems, the objdump tool acts as a disassembler. The GNU debugger (gdb) can also do disassembly.