Skip to main content

instr_get_rel_addr_target

Function instr_get_rel_addr_target 

Source
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.