Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

Backtrace

{
  "frames": []
}

Context

{
  "current_block_id": {
    "index": 3,
    "block_type": "Normal",
    "address": 34
  },
  "current_ast_node_stack": [],
  "current_instruction": {
    "opcode": "Assign",
    "operand": null,
    "address": 34
  }
}
function onCreated()
{
    <temp.thing>#3 = true;
    <temp.thing2>#6 = false;
    if (<temp.thing>#3 == <temp.thing2>#6) 
    {
        fn_call#10 = foo();
    }
    else
    {
        fn_call#12 = bar("test");
    }
    phi<idx=0, regions=(RegionId(2), RegionId(1))> = phi<idx=1, regions=(RegionId(2), RegionId(1))>;
    return 0;
}