Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

Backtrace

{
  "frames": []
}

Context

{
  "current_block_id": {
    "index": 4,
    "address": 17531,
    "block_type": "Normal"
  },
  "current_ast_node_stack": [],
  "current_instruction": {
    "opcode": "Ret",
    "operand": null,
    "address": 17532
  }
}
function public.getGUIStyle()
{
    lit#0 = "-Serverlist";
    fn_call#2 = isObject#1(lit#0);
    // RegionId(1)
    if (fn_call#2) 
    {
        lit#3 = "-Serverlist";
        fn_call#5 = lit.getExternalGUIStyle();
        return fn_call#5;
    }
    // RegionId(2)
    else
    {
        lit#7 = 6.035;
        // RegionId(3)
        if (graalversion#6 >= lit#7) 
        {
            return $pref::Video::externalguistyle#8;
        }
        // RegionId(4)
        else
        {
            return $pref::Video::defaultguistyle#9;
        }
    }
}