Skip to main content

instr_is_near_ubr

Function instr_is_near_ubr 

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

Returns true iff \p instr is a near unconditional direct branch: OP_jmp, or OP_jmp_short on x86; OP_b with no predicate on ARM.