adplus-dvertising
frame-decoration

Question

What is the purpose of RtlDispatchException in Windows?

a.

To generate a page-fault interrupt

b.

To look for an exception handler that can deal with the exception

c.

To allocate memory for the current thread

d.

To dispatch a system call

Posted under Reverse Engineering

Answer: (b).To look for an exception handler that can deal with the exception Explanation:The purpose of RtlDispatchException in Windows is to go through the linked list at ExceptionList and look for an exception handler that can deal with the exception.

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 RtlDispatchException in Windows?