hex-X How do I cheat?
Reputation: 0
Joined: 21 Mar 2021 Posts: 1
|
Posted: Sun Mar 21, 2021 4:48 pm Post subject: Reading a static address from an opcode [C #] |
|
|
How can I get static address from opcode in C#?
For example, CE does it like this:
getStaticAddr("08 F2 0F 59 C2 0F 5A C9",-16,"pHealth",0)
mov [pHealth],esi
As I understand it, the function is used : globalalloc(pHealth,4,$process)
How can this be implemented in C#???
|
|