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",
|
"type": "request",
|
||||||
"request": "read_memory",
|
"request": "memory",
|
||||||
"data": {
|
"data": {
|
||||||
"target_id": 0,
|
"target_id": 0,
|
||||||
"address": 0xffffff8012341234,
|
"address": 0xffffff8012341234,
|
||||||
|
@ -347,7 +347,7 @@ Execute a command in the debugger host and return the output.
|
||||||
|
|
||||||
{
|
{
|
||||||
"type": "request",
|
"type": "request",
|
||||||
"request": "execute_command",
|
"request": "command",
|
||||||
"data": {
|
"data": {
|
||||||
"command": "x/32x $rsp"
|
"command": "x/32x $rsp"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue