Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function killRC()
{
    fn_call#2 = this.isOpen();
    // RegionId(0)
    // RegionId(1)
    if (fn_call#2) 
    {
        // RegionId(1)
        // RegionId(2)
        if (remotecontrol.options.disconnectonclose) 
        {
            lit#6 = 0;
            lit#7 = "clientrc";
            fn_call#9 = this.queueRequest(lit#7, lit#6);
            fn_call#12 = GuiRC.destroy();
        }
        // RegionId(3)
        else
        {
            // RegionId(3)
            // RegionId(4)
            if (GuiRC.visible) 
            {
                fn_call#15 = GuiRC.hide();
            }
        }
    }
    lit#16 = 0;
    return lit#16;
}