This was built to track decompiler and CFG progress.
Unimplemented Opcode: Inc
{
"frames": []
}
{
"current_block_id": {
"index": 1,
"block_type": "Normal",
"address": 171
},
"current_ast_node_stack": [
{
"StandaloneNode": {
"Expression": {
"Assignable": {
"MemberAccess": {
"metadata": {
"properties": {},
"comments": []
},
"node_id": 18735,
"ptr": {
"rhs": {
"Identifier": {
"metadata": {
"properties": {},
"comments": []
},
"ptr": {
"ssa_version": null,
"id": "i"
},
"node_id": 18734
}
},
"lhs": {
"Identifier": {
"metadata": {
"properties": {},
"comments": []
},
"node_id": 18733,
"ptr": {
"ssa_version": null,
"id": "temp"
}
}
},
"ssa_version": 3
}
}
}
}
}
}
],
"current_instruction": {
"opcode": "Inc",
"operand": null,
"address": 178
}
}
function doWhileLoop()
{
lit#3 = 0;
temp.i = lit#3;
do
{
fn_call#4 = echo#0(temp.i);
temp.i++;
lit#5 = 10;
} while (!(temp.i < lit#5));
lit#6 = 0;
return lit#6;
}
Use the mouse wheel + shift to zoom in and out, and click and drag to pan.
Use the mouse wheel + shift to zoom in and out, and click and drag to pan.
Step 1 of 7