Skip to content

XED issues XED_REG_EIP instead of XED_REG_RIP in 64bit mode for some XED_OPERAND_AGEN operands #67

@mcyril

Description

@mcyril

XED issues XED_REG_EIP as a base register for LEA instead of XED_REG_RIP in 64bit mode for XED_OPERAND_AGEN operand. for example (vm: hex-code -> op-code):

1000194ca: 488D3D 8F5A5900 -> lea rdi, 0x1005aef60 (EIP)

vs.

1001b4d36: 488D05 23A23F00 -> lea rax, 0x1005aef60 (RIP)
1001f1cbd: 4C8D2D 9CD23B00 -> lea r13, 0x1005aef60 (RIP)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions