T
T
t38c3j2018-06-06 16:22:02
reverse engineering
t38c3j, 2018-06-06 16:22:02

How to find texture memory address?

Hee. There is a WOT game, and there is a Tundra cheat on it. I'm interested in how it's set up. How is the search for the desired addresses in memory? I know about artmoney, cheat engine... But how exactly to look for the addresses of objects in memory if you don't know what they are there? In this case, I think that the textures are replaced with transparent ones. Is it possible to somehow debug the trainer?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Saboteur, 2018-06-06
@saboteur_kiev

But how exactly to look for the addresses of objects in memory if you don’t know what they are there?

No way. The essence of cheating is that you understand how everything works, and break it in such a way that you get a benefit.
Therefore, you must understand what objects are, how they are stored in memory, how the memory manager works in the operating system, in order to understand how you can get into it.

A
asd111, 2018-06-07
@asd111

In a nutshell, the rendering function is replaced with the desired one. Googled how to make counter-strike cheats - the essence is the same. For directix there are debuggers that show all the drawing functions.
Google the forums of cheat writers, they also discuss everything there.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question