binaryninjacore_sys

Function BNGetLowLevelILInstructionsForAddress

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