Module introspection

Source
Expand description

KernelObject introspection and capability discovery

This module provides types and functions for discovering KernelObject types and capabilities at runtime, enabling type-safe user-space wrappers.

Structs§

KernelObjectInfo
Information about a KernelObject that can be queried by user space
ObjectCapabilities
Capabilities available for a KernelObject

Enums§

HandleRole
Handle role information (simplified from HandleType)
KernelObjectType
Types of KernelObject that can be distinguished by user space