Examining Memory Addresses
You can examine the value contained at an address in memory as follows:
- The examine
commands (/ and ?)
display the values stored in memory.
- The print
command, with the appropriate pointer arithmetic, prints the value
contained at the address in decimal.
- The printregs
command prints the values of all machine-level registers.
In addition to examining memory, you can also search
memory in 32 and 64-bit chunks.