mirror of https://github.com/snare/voltron.git
Fixed api ref
parent
3386215316
commit
204fce7383
|
@ -245,7 +245,7 @@ Read memory from the inferior.
|
|||
|
||||
{
|
||||
"type": "request",
|
||||
"request": "read_memory",
|
||||
"request": "memory",
|
||||
"data": {
|
||||
"target_id": 0,
|
||||
"address": 0xffffff8012341234,
|
||||
|
@ -347,7 +347,7 @@ Execute a command in the debugger host and return the output.
|
|||
|
||||
{
|
||||
"type": "request",
|
||||
"request": "execute_command",
|
||||
"request": "command",
|
||||
"data": {
|
||||
"command": "x/32x $rsp"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue