pub struct KaslrState {
pub text_offset: usize,
pub heap_offset: usize,
pub stack_offset: usize,
pub module_base: usize,
pub rerandomize_count: u64,
/* private fields */
}Expand description
Current KASLR offsets and PRNG state.
Fields§
§text_offset: usizeKernel text randomization offset (applied at boot)
heap_offset: usizeKernel heap base randomization offset
stack_offset: usizeDefault per-thread stack randomization offset
module_base: usizeModule/driver load base randomization offset
rerandomize_count: u64Number of re-randomizations performed