⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

get_offsets

Function get_offsets 

Source
pub fn get_offsets() -> (usize, usize, usize, usize)
Expand description

Get a snapshot of current KASLR offsets for diagnostics.

Returns (text_offset, heap_offset, stack_offset, module_base).