binaryninjacore_sys

Function BNGetLowLevelILPossibleStackContentsAtInstruction

source
pub unsafe extern "C" fn BNGetLowLevelILPossibleStackContentsAtInstruction(
    func: *mut BNLowLevelILFunction,
    offset: i64,
    len: usize,
    instr: usize,
    options: *mut BNDataFlowQueryOption,
    optionCount: usize,
) -> BNPossibleValueSet