Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

Backtrace

{
  "frames": [
    {
      "line": 170,
      "function": "gbf_core::decompiler::function_decompiler_context::FunctionDecompilerContext::process_instruction",
      "file": ".\\gbf_core\\src\\decompiler\\function_decompiler_context.rs"
    },
    {
      "line": 402,
      "function": "gbf_core::decompiler::function_decompiler::FunctionDecompiler::process_regions",
      "file": ".\\gbf_core\\src\\decompiler\\function_decompiler.rs"
    },
    {
      "line": 287,
      "function": "gbf_core::decompiler::function_decompiler::FunctionDecompiler::decompile",
      "file": ".\\gbf_core\\src\\decompiler\\function_decompiler.rs"
    }
  ]
}

Context

{
  "current_block_id": {
    "index": 1,
    "block_type": "Normal",
    "address": 17022
  },
  "current_ast_node_stack": [
    {
      "StandaloneNode": {
        "Expression": {
          "Identifier": {
            "metadata": {
              "properties": {},
              "comments": []
            },
            "ptr": {
              "ssa_version": 5,
              "id": "tiles"
            },
            "node_id": 4667210
          }
        }
      }
    },
    {
      "StandaloneNode": {
        "Expression": {
          "Identifier": {
            "metadata": {
              "properties": {},
              "comments": []
            },
            "node_id": 4667211,
            "ptr": {
              "ssa_version": 8,
              "id": "lit"
            }
          }
        }
      }
    },
    {
      "StandaloneNode": {
        "Expression": {
          "Identifier": {
            "metadata": {
              "properties": {},
              "comments": []
            },
            "node_id": 4667212,
            "ptr": {
              "ssa_version": 9,
              "id": "lit"
            }
          }
        }
      }
    },
    {
      "StandaloneNode": {
        "Expression": {
          "Identifier": {
            "metadata": {
              "properties": {},
              "comments": []
            },
            "ptr": {
              "ssa_version": 10,
              "id": "lit"
            },
            "node_id": 4667213
          }
        }
      }
    }
  ],
  "current_instruction": {
    "opcode": "AssignMultiDimensionalArray",
    "operand": null,
    "address": 17036
  }
}