Skip to main content

SYS_MODULE_GET_SYMBOL

Constant SYS_MODULE_GET_SYMBOL 

Source
pub const SYS_MODULE_GET_SYMBOL: usize = 702;
Expand description

Look up a symbol address in a loaded kernel module.

  • module_id: module ID
  • name_ptr: pointer to the null-terminated symbol name
  • name_len: length of the symbol name

Returns the virtual address of the symbol, or 0 if not found.