Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function onSearchTyped(obj#2, keycode#1, keychar#0)
{
    if (keycode#1 == 38) 
    {
        fn_call#4 = performSearch(255);
    }
    else
    {
        if (keycode#1 == 40) 
        {
            fn_call#5 = performSearch(1);
        }
        else
        {
            fn_call#6 = performSearch();
        }
    }
    return 0;
}