adplus-dvertising
frame-decoration

Question

What is the thread information block (TIB) data structure?

a.

A data structure that contains the processor's IDT

b.

A data structure that contains a list of exceptions

c.

A data structure that contains the current thread's exception handler list

d.

A data structure that contains the current thread's memory allocation information

Posted under Reverse Engineering

Answer: (c).A data structure that contains the current thread's exception handler list Explanation:The thread information block (TIB) data structure contains 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 thread information block (TIB) data structure?