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§
- Kernel
Object Info - Information about a KernelObject that can be queried by user space
- Object
Capabilities - Capabilities available for a KernelObject
Enums§
- Handle
Role - Handle role information (simplified from HandleType)
- Kernel
Object Type - Types of KernelObject that can be distinguished by user space