mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
29 lines
566 B
JSON
29 lines
566 B
JSON
[
|
|
{
|
|
"basic_blocks" : [
|
|
{
|
|
"name" : "bb._start",
|
|
"type" : "FakeFunctionCall"
|
|
},
|
|
{
|
|
"name" : "bb._start.0x8",
|
|
"type" : "FunctionLocalCFG"
|
|
},
|
|
{
|
|
"name" : "bb.epilogue",
|
|
"type" : "Return"
|
|
},
|
|
{
|
|
"name" : "bb.prologue",
|
|
"type" : "FakeFunctionReturn"
|
|
}
|
|
],
|
|
"entry_point" : "bb._start"
|
|
},
|
|
{
|
|
"basic_blocks" : [],
|
|
"entry_point" : "bb.prologue",
|
|
"type" : "Fake"
|
|
}
|
|
]
|