Posted: Wed Feb 14, 2024 5:03 pm Post subject: How to find the pointer path to a string?
Lets say I have en entity object with the base address of the entity being at 0x14000.
The struct of the entity object has a size of 0x4000 containing several things like name, health, position etc.
If I search for my entity name "Player1" within cheat engine, I find the name and the address of that name.
Since I can't directly find the name within the entity object structure, I guess that there is a pointer path that points to the name within my entity object structure.
Now what I want to do is, find the pointer path within that entity object struct, that points to that name / address.
I already tried the Structure Spider method for that and while that works great for smaller structures with less pointers, it takes a looooooong time when I for example use Max Level 5 and Structsize 16,384 (0x4000) which literally would take days.
So I wonder if there is a different and faster method to find the address or string pointer path within an object stucture?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum