mem_hook_proxy

Function mem_hook_proxy 

Source
pub unsafe extern "C" fn mem_hook_proxy<D, F>(
    uc: *mut uc_engine,
    mem_type: MemType,
    address: u64,
    size: u32,
    value: i64,
    user_data: *mut UcHook<'_, D, F>,
) -> bool
where F: FnMut(&mut Unicorn<'_, D>, MemType, u64, usize, i64) -> bool,
Expand description

ยงSafety

This function is unsafe because it dereferences the user_data pointer.