View previous topic :: View next topic |
Author |
Message |
waveness How do I cheat?
Reputation: 0
Joined: 12 Nov 2005 Posts: 5
|
Posted: Wed Oct 11, 2006 10:23 am Post subject: question about memory editer |
|
|
how can u view all the address in order like 4ba125, 4ba126, etc. Mines skips like this 4ba121, 4ba129, and etc.
|
|
Back to top |
|
 |
Glest Master Cheater
Reputation: 0
Joined: 12 Jul 2006 Posts: 334 Location: The Netherlands
|
Posted: Wed Oct 11, 2006 12:17 pm Post subject: |
|
|
that's because the memory between 2 lines is displayed on that one line... it would be kinda ineficient to put every byte on a new line... so, it just puts a lot of bytes on one line...
you really see all the memory
_________________
|
|
Back to top |
|
 |
odie5533 Newbie cheater
Reputation: 0
Joined: 01 Sep 2005 Posts: 24
|
Posted: Wed Oct 11, 2006 3:00 pm Post subject: |
|
|
Each number is a byte. Each byte is represented by two hex digits.
Bit is a 1 or a 0
4 Bits to a nibble: [....] = [-]
2 Nibbles to a byte: [--] = [........] <-- thats 8 bits
4 Bytes to a word (on a 32 bit machine): [--][--][--][--]
8 bytes to a dword (32bit machine): [--][--][--][--][--][--][--][--]
Two hex digits (nibbles) are used to represent a byte. The two hex digits can add up to a max of 255 (or 0xFF), which is perfect because thats the max number 8 bits = 4 bytes can hold. 0xFF and FFh are used to represent hex digits instead of decimal. Open up your calc, goto view > scientific mode. On the top left of the calc will now be hex and decimal radio buttons. Try typing a number in decimal, then click hex (which will show you the bytes). Also try binary (which will show you the bits).
|
|
Back to top |
|
 |
Glest Master Cheater
Reputation: 0
Joined: 12 Jul 2006 Posts: 334 Location: The Netherlands
|
Posted: Thu Oct 12, 2006 12:48 am Post subject: |
|
|
almost... but one byte is 8 bits, so 2 bytes is 16 bits and 4 bytes 32 and 8 bytes 64.
And 255 is the max number ONE bytes can have, not 4... But the theory is right.... you just messed up the numbers...
anyway, when you see something like
004BA1CA: h5 7C 17 A8 3B BF
that are all the bytes from 004BA1CA to 004BA1CF and the next line would start at 004BA1D0
_________________
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25796 Location: The netherlands
|
Posted: Thu Oct 12, 2006 1:21 am Post subject: |
|
|
to answer the original question: Just press the left and right keys to change the address by 1
_________________
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 |
|
 |
|