Object Headers Flashcards
PointerCount
Contains the total number of pointers to the object, including kernel-mode references.
HandleCount
Contains the number of open handles to the object
TypeIndex
This value tells you what type of object you’re dealing with (e.g. process, thread, file)
InfoMask
This value tells you which of the optional headers, if any, are present.
SecurityDescriptor
Stores information on the security restrictions for the object, such as which users can access it for reading, writing, deleting, and so on.
Body
This member is just a placeholder that represents the start of the structure contained within the object.
_OBJECT_HEADER_CREATOR_INFO
Stores information on the creator of the object.
_OBJECT_HEADER_NAME_INFO
Store’s the object’s name
_OBJECT_HEADER_HANDLE_INFO
Maintains the data about processes with open handles to the object
_OBJECT_HEADER_QUOTA_INFO
Tracks usage and resource stats.
_OBJECT_HEADER_PROCESS_INFO
Identifies the owning process.