Trees | Indices | Help |
---|
|
cmd.Cmd --+ | EnviCli --+ | EnviMutableCli
Cli extensions which require a mutable memory object (emulator/trace) rather than a static one (viv workspace)
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
Copy memory from one location to another... Usage: memcpy <dest_expr> <src_expr> <size_expr> |
Change the memory permissions of a given page/map. Usage: memprotect [options] <addr_expr> <perms> -S <size> Specify the size of the region to change (default == whole memory map) <perms> = "rwx" string "rw", "rx" "rwx" etc... |
Over-write some memory in the target address space. Usage: writemem [options] <addr expression> <string> -X The specified string is in hex (ie 414141 = AAA) -U The specified string needs to be unicode in mem (AAA -> 410041004100) |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Nov 16 18:22:12 2012 | http://epydoc.sourceforge.net |