binaryninjacore_sys

Function BNGetLowLevelILPossibleFlagValuesAtInstruction

source
pub unsafe extern "C" fn BNGetLowLevelILPossibleFlagValuesAtInstruction(
    func: *mut BNLowLevelILFunction,
    flag: u32,
    instr: usize,
    options: *mut BNDataFlowQueryOption,
    optionCount: usize,
) -> BNPossibleValueSet