Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function FileBrowser_RenameField.onAction()
{
    builtin_fn_call#6 = FileBrowser_RenameField.text.trim();
    <temp.newtext>#7 = builtin_fn_call#6;
    builtin_fn_call#8 = temp.newtext.length();
    if (builtin_fn_call#8 <= 0) 
    {
        return 0;
    }
    else
    {
        if (graalversion#9 >= 6.012) 
        {
            fn_call#14 = Adventure_requestFileRename(<this.selectedfile>#12, <temp.newtext>#7);
        }
        else
        {
            fn_call#16 = requestFileRename(<this.selectedfile>#12, <temp.newtext>#7);
        }
        fn_call#20 = requesttext("folder", <this.showfolder>#18);
        return 0;
    }
}