Skip to main content

instr_is_call_indirect

Function instr_is_call_indirect 

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

Returns true iff \p instr’s opcode is OP_call_ind or OP_call_far_ind on x86; OP_blx_ind on ARM.