SYNTAX

    readmem [options] <address> <size> [<file_name>]


OPTIONS

-h (--help) bool

Display help.

-t (--thread_id) int

The identifier of the thread whose context the memory is to be read from.


ARGUMENTS

<address>

The memory address to be read. [uint]

<size>

The number of bytes to read. [uint]

[<file_name>]

The name of a file to write the memory contents to. If not specified, the memory contents is hex / ASCII dumped to stdout. [filename]


DESCRIPTION

Read a section of memory to a file (or hex / ASCII dump it to stdout).


COPYRIGHT

Copyright (c) 2006-2010 Accenture. All rights reserved.