Expand description
Handle introspection system call
Provides sys_handle_query for KernelObject type and capability discovery
Functionsยง
- decode_
handle_ ๐type - Decode HandleType from raw value
- encode_
handle_ type - Encode HandleType to raw value for user space
- sys_
handle_ close - Close a handle (sys_handle_close)
- sys_
handle_ duplicate - Duplicate a handle (sys_handle_duplicate)
- sys_
handle_ query - sys_handle_query - Get information about a KernelObject handle
- sys_
handle_ set_ role - Change handle role after creation