adplus-dvertising
frame-decoration

Question

What is the ExceptionList member?

a.

The head of the current thread’s exception handler list

b.

A linear list of handlers that are called for every exception

c.

A data structure that manages the hierarchy of exception handlers within a single function

d.

A pointer to the currently active thread-specific data structures

Posted under Reverse Engineering

Answer: (a).The head of the current thread’s exception handler list Explanation:The ExceptionList member is the head of the current thread’s exception handler list.

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 ExceptionList member?