kaslr_slice
overview
kaslr_slice infers the arm64 base virtual address by observing timing variations during controlled faulting and speculative memory access from unprivileged userspace. it detects the kaslr offset and doesn't bypass permissions or modify kernel state
building
make
usage
./kaslr_slice [-c config] [-C cpu]
Description
Languages
C
97.8%
Makefile
2.2%
