5.9MemDump.exe
Purpose: display memory content
Usage: MEMDUMP address
Description:
address must be specified in hexadecimal form (no leading 0x) and defines memory range to be displayed.
The content of consecutive 16 bytes is displayed.
While the application is running, the following commands can be entered (followed by an ):
Notes:
This program should be used for debugging purposes only.
5.10MemSet.exe
Purpose: set memory content
Usage: MEMSET b|h|w address data
Description:
Address and must be specified in hexadecimal form (no leading 0x). Byte is specified with a b, half-word with an h, and word with a w.
Notes:
This program should be used for debugging purposes only.
|