adplus-dvertising
frame-decoration

Question

What is the purpose of a disassembler program?

a.

To translate machine code into bytecode

b.

To generate a corresponding machine code file

c.

To translate object code into assembly language

d.

To generate a corresponding assembly language program

Posted under Reverse Engineering

Answer: (c).To translate object code into assembly language Explanation:A disassembler does the exact opposite. It reads object code and generates the textual mapping of each instruction in it.

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 program?