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).
pub fn get_offsets() -> (usize, usize, usize, usize)Get a snapshot of current KASLR offsets for diagnostics.
Returns (text_offset, heap_offset, stack_offset, module_base).