Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

Backtrace

{
  "frames": []
}

Context

{
  "current_block_id": {
    "index": 0,
    "address": 3135,
    "block_type": "Entry"
  },
  "current_ast_node_stack": [
    {
      "StandaloneNode": {
        "Expression": {
          "Assignable": {
            "Identifier": {
              "metadata": {
                "properties": {},
                "comments": []
              },
              "node_id": 26086,
              "ptr": {
                "ssa_version": 3,
                "id": "fn_call"
              }
            }
          }
        }
      }
    }
  ],
  "current_instruction": {
    "opcode": "Negate",
    "operand": null,
    "address": 3146
  }
}
function GuiRCListSearch.onLoseFirstResponder()
{
    fn_call#2 = GuiRCListSearch.isfirstresponder();
    // RegionId(0)
    // RegionId(1)
    if (!fn_call#2) 
    {
        fn_call#4 = GuiRCListSearch.destroy();
    }
    lit#5 = 0;
    return lit#5;
}