Created
October 28, 2019 15:15
-
-
Save regehr/9ccc4fd236e59ea89a1d2503b1951fb5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"arch": "amd64", | |
"os": "linux", | |
"functions": [ | |
{ | |
"address": 0, | |
"name": "slice", | |
"parameters": [ | |
{ | |
"name": "rdi", | |
"type": "L", | |
"register": "RDI" | |
} | |
], | |
"return_address": { | |
"memory": { | |
"register": "RSP" | |
}, | |
"type": "I" | |
}, | |
"return_values": [ | |
{ | |
"register": "RAX", | |
"type": "L" | |
} | |
], | |
"return_stack_pointer": { | |
"register": "RSP", | |
"offset": 8 | |
} | |
} | |
], | |
"stack": { | |
"address": 140732920754176, | |
"size": 24576, | |
"start_offset": 4096 | |
}, | |
"memory": [ | |
{ | |
"address": 0, | |
"data": "4889f948b8ffffffffff48d3e0c3", | |
"is_readable": true, | |
"is_executable": true | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment