 |
Cheat Engine The Official Site of Cheat Engine
|
| View previous topic :: View next topic |
| Author |
Message |
chrisjarram Newbie cheater
Reputation: 0
Joined: 10 Aug 2009 Posts: 11
|
Posted: Mon Mar 08, 2010 8:30 am Post subject: Pointerscanner value search - real numbers. |
|
|
Hi DarkByte,
I've had quite a few problems with the pointer scanner value search when looking for floats and the like. Typically I look for vals between 0 and 1, but can you confirm how the match works? I can't seem to get either truncation or rounding working 100% of the time. E.g. sometimes I can see before me there are pointers correctly pointing to the value 0.87, but if I assume rounding and search for 0.9 it gets rid of them, other times I have had a similar thing, I've searched assuming truncation, e.g. 0.8, and still they are removed. Can you please elaborate the exact way this works?
Also, can you possibly hint at what the 'Improve Pointer scan with gathered heap data' option does, as I can't find any docs for it?
Cheers!
Chris
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25808 Location: The netherlands
|
Posted: Mon Mar 08, 2010 8:49 am Post subject: |
|
|
weird, the value scan uses the truncated scan method
0.8 should find everything between 0.80000 and 0.899999
0.87 should find everything between 0.870000 and 0.879999
and you did select the proper type ?
as for the heap data:
Windows provides an allocation method called the heap, you can use it to allocate small chunks of memory (smaller then 4kb) without windows allocating a full 4KB page for it
the pointerscan can get a list of all the allocations in the heap region and find out the offsets using that information. So it doesn't have to guess at what the offsets are and thus returns a smaller result set that should be valid.
The heap is often used to allocate C++ classes
Of course, the heap isn't always used, for example some applications choose to manage the smaller memory allocations themselves instead of letting windows handle it.
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
|
|
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
|
|