pub fn module_for_address(
modules: &[LoadedModule],
address: u64,
) -> Option<&LoadedModule>Expand description
Find the module containing address.
pub fn module_for_address(
modules: &[LoadedModule],
address: u64,
) -> Option<&LoadedModule>Find the module containing address.