Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function GuiRCConsoleTextEdit.onTextChanged(newtext#0)
{
    // RegionId(0)
    // RegionId(1)
    if (newtext#0 != GuiRCConsoleTextEdit.history[GuiRCConsoleTextEdit.iterator]) 
    {
        lit#4 = -1;
        GuiRCConsoleTextEdit.iterator = lit#4;
    }
    lit#5 = 0;
    return lit#5;
}