adplus-dvertising
frame-decoration

Question

What is the advantage of debuggers that contain powerful disassemblers?

a.

They provide a highly readable and detailed representation of the code

b.

They allow unlimited control of the target system

c.

They can be used to reverse engineer software

d.

They have a more powerful memory dump view

Posted under Reverse Engineering

Answer: (a).They provide a highly readable and detailed representation of the code Explanation:Debuggers that contain powerful disassemblers are usually the best reversing tools you’ll find because they provide a highly readable and detailed representation of the code, and you can conveniently step through it and see what the code does at every step.

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 advantage of debuggers that contain powerful disassemblers?