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": 6599,
    "block_type": "Entry"
  },
  "current_ast_node_stack": [],
  "current_instruction": {
    "opcode": "ShortCircuitOr",
    "operand": {
      "Number": 6613
    },
    "address": 6609
  }
}
function onActionClientSide(texttype#2, textoption#1, textlines#0)
{
    lit#3 = "tab";
    // RegionId(0)
    // RegionId(1)
    if (texttype#2 == lit#3) 
    {
        lit#4 = "irc";
    }
    // RegionId(2)
    // RegionId(3)
    if (phi<idx=0, regions=()>) 
    {
        fn_call#6 = handleTabCommand#5(textoption#1, textlines#0);
    }
    lit#7 = 0;
    return lit#7;
}