Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function onTextEditorCloseQuery(obj#0)
{
    if (<obj.parent.tags>#4[0] == "editastext") 
    {
        fn_call#6 = deletefile("scriptfiles/" @ <obj.parent.tags>#4[1]);
    }
    fn_call#9 = obj.destroy();
    return 0;
}