binaryninjacore_sys

Function BNFindAllTextWithProgress

source
pub unsafe extern "C" fn BNFindAllTextWithProgress(
    view: *mut BNBinaryView,
    start: u64,
    end: u64,
    data: *const c_char,
    settings: *mut BNDisassemblySettings,
    flags: BNFindFlag,
    viewType: BNFunctionViewType,
    ctxt: *mut c_void,
    progress: BNProgressFunction,
    matchCtxt: *mut c_void,
    matchCallback: Option<unsafe extern "C" fn(matchCtxt: *mut c_void, addr: u64, match_: *const c_char, line: *mut BNLinearDisassemblyLine) -> bool>,
) -> bool