×

Disassembler

Ein Disassembler ist ein Computerprogramm, das die binär kodierte Maschinensprache eines ausführbaren Programmes in eine für Menschen lesbarere Assemblersprache umwandelt. Seine Funktionalität ist der eines Assemblers entgegengesetzt. Wikipedia
A disassembler is a computer program that translates machine language into assembly language—the inverse operation to that of an assembler.
Weitere Fragen
A disassembler is a piece of software used to translate machine code into a human readable format called assembly language. The source code of the software we ...
Plasma is an interactive disassembler for x86/ARM/MIPS. It can generates indented pseudo-code with colored syntax. arm mips x86-64 ...
A powerful disassembler and a versatile debugger. IDA Pro as a disassembler is capable of creating maps of their execution to show the binary instructions ...
In essence, a disassembler is the exact opposite of an assembler. Where an assembler converts code written in an assembly language into binary machine code, ...
A disassembler is a tool which breaks down a compiled program into machine code. List of Disassemblers. IDA; Binary Ninja; GNU Debugger (GDB); radare2; Hopper ...
The Interactive Disassembler (IDA) is a disassembler for computer software which generates assembly language source code from machine-executable code.
Online x86 / x64 Assembler and Disassembler ... This tool takes x86 or x64 assembly instructions and converts them to their binary representation (machine code).
Disassemblers: A disassembler is a computer program that takes machine code (the instructions of a computer) and produces assembly language text which can be ...
Hopper is a powerful tool for disassembling executable code and inspecting the result. The ability to annotate code and even decompile it into semi-readable C- ...