Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function onFolderLog(text#0)
{
    fn_call#2 = echo("folderlog: " @ text#0);
    fn_call#6 = FileBrowser_DebugText.addText("\n" @ text#0, true);
    fn_call#9 = FileBrowser_DebugText.scrollToBottom();
    return 0;
}