View previous topic :: View next topic |
Author |
Message |
markheloking Cheater
Reputation: 2
Joined: 21 Nov 2009 Posts: 35
|
Posted: Thu Jan 14, 2016 10:24 am Post subject: Leading zeros in binary notation |
|
|
Why doesn't cheatengine use leading zeros for the binary notation? It doesn't make any sense to me to use leading zeros on HEX, but not on binary.
Is it possible to make cheatengine use leading zeros on binary notation?
Example of what happens now:
Binary:0->7 (decimal notation): 31
Binary:0->7 (binary notation): 11111
Leading zero notation (what I want): 00011111
Even more stupid example:
Binary:0->7 (decimal notation): 0
Binary:0->7 (binary notation):
Leading zero notation (what I want): 00000000
And yeah, it's seriously just blank for zero. That doesn't seem right.
How I initially asked the question, but I overlooked the fact that it was already possible:
Quote: |
Currently it's only possible to show the value of say a single byte as a decimal or hexadecimal value (255 - FF for example). I would very much like to see the individual bits in the value as an extra option (255 - FF - 11111111). Is that already possible, and if not, can this be moved to feature requests?
|
Last edited by markheloking on Thu Jan 14, 2016 10:42 am; edited 2 times in total |
|
Back to top |
|
 |
hhhuut Grandmaster Cheater
Reputation: 6
Joined: 08 Feb 2015 Posts: 607
|
Posted: Thu Jan 14, 2016 10:29 am Post subject: |
|
|
Set type to "Binary"
|
|
Back to top |
|
 |
markheloking Cheater
Reputation: 2
Joined: 21 Nov 2009 Posts: 35
|
Posted: Thu Jan 14, 2016 10:32 am Post subject: |
|
|
Omg. I tried that and was like "this still shows me the HEX value but not binary", and didn't bother right-clicking it to check if it was possible to show it as binary.
Sorry for my stupidity.
[edit]
It seems that it doesn't use leading zero notation. Is that possible?
|
|
Back to top |
|
 |
|