Skip to main content

opnd_create_far_pc

Function opnd_create_far_pc 

Source
pub unsafe extern "C" fn opnd_create_far_pc(
    seg_selector: ushort,
    pc: app_pc,
) -> opnd_t
Expand description

Returns a far program address operand with value \p seg_selector:pc. \p seg_selector is a segment selector, not a DR_SEG_ constant.