Find address using pointer and offset C# [closed]

2019-04-17 18:01发布

I made a lot of research on memory reading and I reached here. I got the pointer and offset values, by adding an address manually and choosing "Pointer" on Cheat Engine I can get the address. But my question is how can I do this on C#?

Pointer: "client.dll"+0065F38

Offset: E4

This two values return the address in Cheat Engine, I want to know how can I make it in C#.

1条回答
Luminary・发光体
2楼-- · 2019-04-17 18:32

I won't go into too much detail, but "client.dll"+0065F38 won't help you too much.
Luckily for you, I wrote a tutorial of how to write a trainer in C#.

查看更多
登录 后发表回答