Assembly mov pointer calculation? How does it?

77 Views Asked by At

Assempbly pic

00007FF6FB15A7C0 | 48:8B05 594C6700           | mov rax,qword ptr ds:[7FF6FB7CF420]

So how does computer calculate this 7FF6FB7CF420? I want to get data myself from there so I need a pointer. Something to do with those bytes? Adding them to Exe module start currently at 0x7FF6FABF0000 doesn't wield anything sensible.

0

There are 0 best solutions below