Skip to main content

Module kaslr

Module kaslr 

Source
Expand description

KASLR offset detection for Linux kernels.

Scans physical memory for the "Linux version " banner string. The banner’s physical address, combined with the known virtual address of linux_banner from the symbol table, yields the KASLR slide.

Functions§

adjust_address
Apply a KASLR offset to a symbol address.
detect_kaslr_offset
Detect the KASLR offset by scanning for the Linux banner string.