How do I output the value that is a result of that or access that memory part. So I can read it and output?
I have noticed, that by using hex calc the only correct result is the last one,
previous are not matching (why are they in the brackets?)
06078640 is not the first offset. "GameAssembly.dll+06078640" is the base address.
The arrow `->` means "points to", or "the value of this pointer is..."
The final offset should be `=`, meaning you don't dereference after adding the last offset. This is because the last value isn't a pointer- it's whatever type you were searching for (i.e. float).
Look up a pointer tutorial online _________________
I don't know where I'm going, but I'll figure it out when I get there.
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