Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function onReconnect()
{
    lit#0 = "Reconnecting...";
    fn_call#2 = echo#1(lit#0);
    lit#5 = "normal";
    this.logintype = lit#5;
    lit#6 = false;
    fn_call#8 = TClient_deleteTClient#7(lit#6);
    fn_call#13 = TClient_setConnectionAttributes#12(this.loginserver, this.loginhost, this.loginport);
    fn_call#15 = sendLogin#14();
    lit#16 = 0;
    return lit#16;
}