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