Kernel Resource Object

The kernel resource object describes the name and type of a kernel resource.
Name Attribute Requirement Type Description
SystemЕxt is_system Optional Boolean The indication of whether the object is part of the operating system.
Name name Recommended String The name of the kernel resource.
System Call system_call Optional String The system call that was invoked.
Type type_id Recommended Integer The type of the kernel resource.
0Unknown
1Shared mutex
2System call
3Named pipe
4Token
5File
6Desktop
7Event
8Section
9Port(ALPC)
10Job
11Mailslot
12Module
13Semaphore
14Process
15Socket
16Thread
17Timer
18Winstation