Object Headers Flashcards

1
Q

PointerCount

A

Contains the total number of pointers to the object, including kernel-mode references.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

HandleCount

A

Contains the number of open handles to the object

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

TypeIndex

A

This value tells you what type of object you’re dealing with (e.g. process, thread, file)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

InfoMask

A

This value tells you which of the optional headers, if any, are present.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

SecurityDescriptor

A

Stores information on the security restrictions for the object, such as which users can access it for reading, writing, deleting, and so on.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Body

A

This member is just a placeholder that represents the start of the structure contained within the object.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

_OBJECT_HEADER_CREATOR_INFO

A

Stores information on the creator of the object.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

_OBJECT_HEADER_NAME_INFO

A

Store’s the object’s name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

_OBJECT_HEADER_HANDLE_INFO

A

Maintains the data about processes with open handles to the object

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

_OBJECT_HEADER_QUOTA_INFO

A

Tracks usage and resource stats.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

_OBJECT_HEADER_PROCESS_INFO

A

Identifies the owning process.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly