adplus-dvertising
frame-decoration

Question

What is OllyDbg's patching engine used for?

a.

To make it a favorite tool for crackers

b.

To disassemble code

c.

To commit changes back into the executable

d.

To apply patches to a program while it is being debugged

Posted under Reverse Engineering

Answer: (d).To apply patches to a program while it is being debugged Explanation:OllyDbg's patching engine allows users to type in assembly language code over any area in a program and apply some or all of those patches while the program is being debugged.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is OllyDbg's patching engine used for?