binaryninjacore_sys

Function BNGetInstructionLowLevelIL

source
pub unsafe extern "C" fn BNGetInstructionLowLevelIL(
    arch: *mut BNArchitecture,
    data: *const u8,
    addr: u64,
    len: *mut usize,
    il: *mut BNLowLevelILFunction,
) -> bool