Module syscall

Source
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