Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function onTextEditorClose(obj#0)
{
    lit#3 = 0;
    lit#4 = "editastext";
    // RegionId(0)
    // RegionId(1)
    if (obj.parent.tags[lit#3] == lit#4) 
    {
        lit#5 = "scriptfiles/";
        lit#6 = 1;
        fn_call#8 = deletefile#7(lit#5 @ obj.parent.tags[lit#6]);
    }
    fn_call#11 = temp.obj.parent.destroy();
    lit#12 = 0;
    return lit#12;
}