binaryninjacore_sys

Function BNUpdateLowLevelILOperand

source
pub unsafe extern "C" fn BNUpdateLowLevelILOperand(
    func: *mut BNLowLevelILFunction,
    instr: usize,
    operandIndex: usize,
    value: u64,
)