Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function public.getGUIStyle()
{
    fn_call#1 = isObject("-Serverlist");
    if (fn_call#1) 
    {
        fn_call#4 = "-Serverlist".getExternalGUIStyle();
        return fn_call#4;
    }
    else
    {
        if (graalversion#5 >= 6.035) 
        {
            return $pref::Video::externalguistyle#6;
        }
        else
        {
            return $pref::Video::defaultguistyle#7;
        }
    }
}