Windows Executable Objects Flashcards

1
Q

_FILE_OBJECT

A

File - An instance of an open file that represents a process or kernel module’s access into a file, including the permissions, regions of memory that store portions of the file’s contents, and the file’s name.

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

_EPROCESS

A

A container that allows threads to execute within a private virtual address space and maintains open handles to resources such as files, registry keys, etc.

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

_OBJECT_SYMBOLIC_LINK

A

SymbolicLink - Created to support aliases that can help map network share paths and removable media devices to drive letters.

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

_TOKEN

A

Token - Stores security context information (such as security identifiers [SIDs] and privileges) for processes and threads.

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

_ETHREAD

A

Thread - An object that represents mutual exclusion and is typically used for synchronization purposes or to control access to particular resources.

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

_KMUTANT

A

Mutant - An object that represents mutual exclusion and is typically used for synchronization purposes or to control access to particular resources.

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

tagWINDOWSTATION

A

WindowStation - A security boundary for processes and desktops, which also contrains a clipboard and atom tables.

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

tagDESKTOP

A

Desktop - An object that represents the displayable screen surface and contains user objects such as windows, menus, and buttons.

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

_DRIVER_OBJECT

A

Driver - Represents the image of a loaded kernel-mode driver and contains addresses of the driver’s input/output control handler functions.

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

_CM_KEY_BODY

A

Key - An instance of an open registry key that contains information about the key’s values and data.

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

_OBJECT_TYPE

A

Type - An object with metadata that describes the common properties of all other objects.

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