View previous topic :: View next topic |
Author |
Message |
cannonfodderex Advanced Cheater
Reputation: 0
Joined: 30 Oct 2012 Posts: 60
|
Posted: Sat Oct 04, 2014 11:00 pm Post subject: how to search a double which infact stores integer value? |
|
|
A game stores integer value with double type. When searching, CE returns a lot of addresses (more than 10000 in this game) that is not exactly an integer, I tried truncated and the two rounded option without success.
How can I search for such value (exactly integer) and filter out some value like "2.74446288517371E-220" ?
|
|
Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Sat Oct 04, 2014 11:09 pm Post subject: |
|
|
Try adding zeros (e.g. 8.00000000).
|
|
Back to top |
|
 |
cannonfodderex Advanced Cheater
Reputation: 0
Joined: 30 Oct 2012 Posts: 60
|
Posted: Sat Oct 04, 2014 11:44 pm Post subject: |
|
|
Tried, also tried 0E-999, but still cant filter them out.
|
|
Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Sat Oct 04, 2014 11:46 pm Post subject: |
|
|
Truncated with lots of zeros does not work?
|
|
Back to top |
|
 |
cannonfodderex Advanced Cheater
Reputation: 0
Joined: 30 Oct 2012 Posts: 60
|
Posted: Sat Oct 04, 2014 11:51 pm Post subject: |
|
|
Does not work. Especially when search for 0.
|
|
Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Sat Oct 04, 2014 11:59 pm Post subject: |
|
|
Zero is arguable; what about non-zero value searches?
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25788 Location: The netherlands
|
Posted: Sun Oct 05, 2014 4:57 am Post subject: |
|
|
If you need it to be something specific like that then it is not a double
Convert it to a 8 byte notation and scan for that instead
_________________
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 |
|
 |
|