adplus-dvertising
frame-decoration

Question

What is the purpose of a disassembler?

a.

To read binary code and generate the textual mapping of each instruction in it.

b.

To perform the reverse operation of an assembler.

c.

To generate high-level programming language code.

d.

To translate textual assembly language code into binary code.

Posted under Reverse Engineering

Answer: (a).To read binary code and generate the textual mapping of each instruction in it. Explanation:A disassembler reads object code and generates the textual mapping of each instruction in it. This is a key tool for reversers.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the purpose of a disassembler?