Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following command reference describes the syntax and operation of the commands supported in this version of CHARON-SSP for GNU/ Linux.

Panel
bgColor#ffffff
titleBGColor#f0f0f0
titleInteractive Mode Command Reference
CommandDescription
help [ command ]

Display command line help.
Arguments
commandSpecify a command name to return more specific help. This argument is optional.
d [address size ]


Display a region of memory within the virtual machine. If no parameters are specified the command will use the previous values for address and size.
Arguments
addressHexadecimal address of starting memory location to display.
sizeHexadecimal length of the memory region. The default is 0x100.
m address value


Set the 8-bit value at address to value.
Arguments
addressAddress of memory location to update. This address is specified in hexadecimal notation.
value8 bit value to be stored at address. This value is specified in hexadecimal notation.
quitExit the virtual machine. This is equivalent of executing power off from the Alpha SRM console.

...