Skip to content

Wrong asm instruction? #1

@hawaii67

Description

@hawaii67

Shouldn't line 15

mov rbx, gs[:0x60] ; RBX = address of PEB struct

be like this:

mov rbx, [gs:0x60] ; RBX = address of PEB struct

??

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions