binaryninjacore_sys

Function BNFindAllDataWithProgress

source
pub unsafe extern "C" fn BNFindAllDataWithProgress(
    view: *mut BNBinaryView,
    start: u64,
    end: u64,
    data: *mut BNDataBuffer,
    flags: BNFindFlag,
    ctxt: *mut c_void,
    progress: BNProgressFunction,
    matchCtxt: *mut c_void,
    matchCallback: Option<unsafe extern "C" fn(matchCtxt: *mut c_void, addr: u64, match_: *mut BNDataBuffer) -> bool>,
) -> bool