pub unsafe extern "C" fn instr_get_rel_addr_target(
instr: *mut instr_t,
target: *mut app_pc,
) -> bool_Expand description
If any of \p instr’s operands is a rip-relative data memory reference, returns the address that reference targets. Else returns false.
\note For 64-bit DR builds only.