Skip to main content

instr_is_call_direct

Function instr_is_call_direct 

Source
pub unsafe extern "C" fn instr_is_call_direct(
    instr: *mut instr_t,
) -> bool_
Expand description

Returns true iff \p instr’s opcode is OP_call or OP_call_far.