Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

Backtrace

{
  "frames": []
}

Context

{
  "current_block_id": {
    "index": 1,
    "block_type": "Normal",
    "address": 20
  },
  "current_ast_node_stack": [],
  "current_instruction": {
    "opcode": "Assign",
    "operand": null,
    "address": 24
  }
}
function onCreated()
{
    phi<idx=0, regions=()> = this.function_737_1;
    lit#4 = 2;
    lit#5 = 1;
    fn_call#6 = temp.addTwo(lit#5, lit#4);
    return fn_call#6;
}