binaryninjacore_sys

Function BNGetLowLevelILPossibleStackContentsAfterInstruction

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