mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
29 lines
544 B
JSON
29 lines
544 B
JSON
[
|
|
{
|
|
"basic_blocks" : [
|
|
{
|
|
"name" : "bb._start",
|
|
"type" : "HandledCall"
|
|
},
|
|
{
|
|
"name" : "bb._start.0x8",
|
|
"type" : "Return"
|
|
}
|
|
],
|
|
"entry_point" : "bb._start"
|
|
},
|
|
{
|
|
"basic_blocks" : [
|
|
{
|
|
"name" : "bb.indirectcall",
|
|
"type" : "IndirectCall"
|
|
},
|
|
{
|
|
"name" : "bb.indirectcall.0xc",
|
|
"type" : "Return"
|
|
}
|
|
],
|
|
"entry_point" : "bb.indirectcall"
|
|
}
|
|
]
|