binaryninjacore_sys

Function BNLowLevelILGetInstructionsAt

source
pub unsafe extern "C" fn BNLowLevelILGetInstructionsAt(
    func: *mut BNLowLevelILFunction,
    arch: *mut BNArchitecture,
    addr: u64,
    count: *mut usize,
) -> *mut usize