Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function FileBrowser_RenameField.onKeyDown(keycode#0)
{
    lit#1 = 27;
    // RegionId(0)
    // RegionId(1)
    if (keycode#0 == lit#1) 
    {
        lit#4 = false;
        FileBrowser_RenameField.visible = lit#4;
    }
    lit#5 = 0;
    return lit#5;
}