.. / Jobs

Description:

They are kernel objects that allow multiple groups of processes to be treated and managed as a single unit. Jobs can be protected, shared, and named, with any changes made to one job affecting all processes within it.



Jobs Image

Functions:

Kernel32.dll

AssignProcessToJobObject

OpenJobObjectA

CreateJobObjectW

CreateJobObjectA

FreeMemoryJobObject

QueryIoRateControlInformationJobObject

QueryInformationJobObject

SetInformationJobObject

SetIoRateControlInformationJobObject

TerminateJobObject

Ntdll.dll

NtAssignProcessToJobObject

NtCreateJobObject

NtCreateJobSet

NtIsProcessInJob

NtOpenJonObject

NtQueryInformationJobObject

NtSetInformationJobObject


References: