Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

Backtrace

{
  "frames": []
}

Context

{
  "current_block_id": {
    "index": 4,
    "block_type": "Normal",
    "address": 6596
  },
  "current_ast_node_stack": [],
  "current_instruction": {
    "opcode": "Ret",
    "operand": null,
    "address": 6597
  }
}
function toggle()
{
    fn_call#2 = this.isOpen();
    // RegionId(0)
    // RegionId(1)
    if (fn_call#2) 
    {
        // RegionId(2)
        if (GuiRC.visible) 
        {
            fn_call#6 = killRC#5();
            goto RegionId(4);
        }
    }
    fn_call#8 = loadRC#7();
    lit#9 = 0;
    return lit#9;
}