Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function onFridaDetected(temp.msg)
{
    lit#5 = 5;
    // RegionId(0)
    // RegionId(1)
    if (timevar2#2 > (this.lastfm + lit#5)) 
    {
        lit#6 = " ";
        fn_call#8 = rc4_cipher#7(lit#6, temp.msg);
        fn_call#10 = base64encode#9(fn_call#8);
        lit#11 = "fm";
        lit#13 = "weapon";
        lit#14 = "-Games";
        fn_call#16 = lit.sendToServer2(lit#13, this.name, lit#11, fn_call#10);
    }
    this.lastfm = timevar2#2;
    lit#17 = 0;
    return lit#17;
}