Get Address From Opcode c#
Hello,
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]
how do I retrieve the following address Game.exe+6EF6C0 ?
Get Address From Opcode c#

Originally Posted by
creapygames
you have few ways, search what use that same opcode mov rax if there is only 1 using it is you day of luck, but probably there is more than one.
you also can try use aobscan to find the address.
gl with you stuff

I have something good but it's not that yet ^_^
I still have to convert but I can't really find a solution for the moment
game.exe = F3 0F10 05 059F2700 - movss xmm0,[game.exe+2B6140]
movss xmm0,[1002B6140]
2B6140
279f05
2b = 27
9f = 61
05 = 40