Skip to main content

instr_is_near_call_direct

Function instr_is_near_call_direct 

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

Returns true iff \p instr’s opcode is OP_call on x86; OP_bl or OP_blx on ARM.