binaryninjacore_sys

Function BNRelocationHandlerDefaultApplyRelocation

source
pub unsafe extern "C" fn BNRelocationHandlerDefaultApplyRelocation(
    handler: *mut BNRelocationHandler,
    view: *mut BNBinaryView,
    arch: *mut BNArchitecture,
    reloc: *mut BNRelocation,
    dest: *mut u8,
    len: usize,
) -> bool