KernelModuleSectionInfo

KernelModuleSectionInfo
KernelModuleSectionInfo

Information about a module section.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "address": 0,
    "length": 0
}
integer As int64 As int64
address
Required

Base address of section.

integer As int32 As int32
length
Optional

Section length.