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": 197,
    "block_type": "Entry"
  },
  "current_ast_node_stack": [],
  "current_instruction": {
    "opcode": "ShortCircuitAnd",
    "operand": {
      "Number": 207
    },
    "address": 204
  }
}
function returnAndShortCircuit(b#1, b2#0)
{
    // RegionId(0)
    // RegionId(1)
    if (b#1) 
    {
    }
    return phi<idx=0, regions=()>;
}