Skip to main content

instr_get_rel_addr_src_idx

Function instr_get_rel_addr_src_idx 

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

If any of \p instr’s source operands is a rip-relative memory reference, returns the operand position. If there is no such source operand, returns -1.

\note For 64-bit DR builds only.