Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function FileBrowser_FilesList.onKeyDown(keycode#1, keychar#0)
{
    if (keychar#0 != null) 
    {
        if (keycode#1 != 13) 
        {
            if (keycode#1 < 500) 
            {
                fn_call#4 = showSearch(keychar#0, FileBrowser_Screen#2);
            }
        }
    }
    return 0;
}