Files
revng-revng/tests/analysis/StackAnalysis/x86_64/stack-argument-contradiction.stack-analysis.json
Alessandro Di Federico 2e995fdaa7 Pretty print JSONs
2020-10-22 11:25:31 +02:00

27 lines
462 B
JSON

[
{
"entry_point" : "bb.callee"
},
{
"entry_point" : "bb.func",
"slots" : [
{
"argument" : "Dead",
"slot" : "SP0-0x10"
},
{
"argument" : "Yes",
"slot" : "SP0-0x8"
},
{
"argument" : "Yes",
"slot" : "SP0+0x0"
},
{
"argument" : "No",
"slot" : "SP0+0x8"
}
]
}
]