adplus-dvertising
frame-decoration

Question

What is the purpose of the two reference counts maintained by the kernel for each object?

a.

To track the number of handles associated with the object

b.

To track the number of kernel references to the object

c.

To track the number of user-mode references to the object

d.

To track the number of access flags set for the object

Posted under Reverse Engineering

Answer: (b).To track the number of kernel references to the object Explanation:The two reference counts maintained by the kernel for each object track the number of kernel references to the object.

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 the two reference counts maintained by the kernel for each object?