adplus-dvertising
frame-decoration

Question

Why is a powerful disassembler a mandatory feature in a good reversing debugger?

a.

Because it allows the user to view the code clearly, with cross-references that reveal which branch goes where and where a certain instruction is called from

b.

Because it allows the user to modify the code of the program being debugged

c.

Because it allows the user to view the program's data structures in a clear and organized manner

d.

Because it allows the user to view the program's memory dump

Posted under Reverse Engineering

Answer: (a).Because it allows the user to view the code clearly, with cross-references that reveal which branch goes where and where a certain instruction is called from Explanation:A powerful disassembler is a mandatory feature in a good reversing debugger because it allows the user to view the code clearly, with cross-references that reveal which branch goes where and where a certain instruction is called from.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Why is a powerful disassembler a mandatory feature in a good reversing debugger?