Get Address From Opcode c#
Hello,
how do I retrieve the address in opcode
I use memory.dll (c#)
how do I retrieve the following address Game.exe+6EF6C0 ?
how do I retrieve the address in opcode
I use memory.dll (c#)
Code:
Game.exe+2A9D3D - 48 8B 05 7C594400 - mov rax,[Game.exe+6EF6C0]


