Created
October 27, 2019 18:13
-
-
Save regehr/20b66a92d0533e7b7559bcffb1ba8a80 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": "edi", | |
"type": "I", | |
"register": "EDI" | |
} | |
], | |
"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": "4869c74d010000c3", | |
"is_readable": true, | |
"is_executable": true | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment