Function libafl::utils::walk_self_maps[][src]

pub fn walk_self_maps(
    visitor: &mut dyn FnMut(usize, usize, String, String) -> bool
)

Allows one to walk the mappings in /proc/self/maps, caling a callback function for each mapping. If the callback returns true, we stop the walk.