adplus-dvertising
frame-decoration

Question

What is the purpose of a disassembler in reversing?

a.

To encrypt or compress code during runtime

b.

To convert binary machine code into a readable assembly language text

c.

To observe the program's internal data and how it affects the flow of the code

d.

To manually read and analyze the output of a binary executable

Posted under Reverse Engineering

Answer: (b).To convert binary machine code into a readable assembly language text Explanation:The purpose of a disassembler is to decode binary machine code into a readable assembly language text.

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 in reversing?