Find address using pointer and offset C# [closed]

早过忘川 提交于 2019-12-06 16:29:39

问题


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:


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#.



来源:https://stackoverflow.com/questions/11510923/find-address-using-pointer-and-offset-c-sharp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!