Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function killRC()
{
    fn_call#3 = this.isOpen();
    if (fn_call#3) 
    {
        if (<remotecontrol.options.disconnectonclose>#8) 
        {
            fn_call#11 = this.queueRequest("clientrc", 0);
            fn_call#15 = GuiRC.destroy();
        }
        else
        {
            if (<GuiRC.visible>#17) 
            {
                fn_call#20 = GuiRC.hide();
            }
        }
    }
    return 0;
}