Module hyperpom::utils

source ·
Expand description

Miscellaneous functions used by different modules of the fuzzer.

Structs

A range of virtual addresses that contains instructions.
Random number generator based on the xorshift algorithm.
Iterator yielding random bytes.

Functions

Returns the value of the Counter-timer Physical Count register (CNTPCT_EL0).
A fast log2 implementation for usize equivalent to (x as f64).log2().ceil().
A fast log2 implementation for usize equivalent to (x as f64).log2().floor().