Get Address From Opcode c#

Posts 13 of 3 · Page 1 of 1
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 ?
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
Get Address From Opcode c#
Quote Originally Posted by creapygames View Post
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
Posts 13 of 3 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?