Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function FileBrowser_FilesList.onDblClick(selid#2, seltext#1, selrow#0)
{
    if (graalversion#6 < 5.306) 
    {
        return 0;
    }
    else
    {
        <this.selectedfile>#7 = seltext#1;
        builtin_fn_call#11 = this.selectedfile.pos("\t");
        <temp.i>#12 = builtin_fn_call#11;
        if (<temp.i>#12 >= 0) 
        {
            builtin_fn_call#13 = this.selectedfile.substring(0, <temp.i>#12);
            <this.selectedfile>#14 = builtin_fn_call#13;
        }
        <this.filetoopen>#17 = <this.selectedfile>#5;
        fn_call#19 = downloadfiletofolder(<this.selectedfile>#5, "scriptfiles/" @ <this.selectedfile>#5);
        return 0;
    }
}