Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function serverPlayerBlock()
{
    lit#0 = "Hello, world!";
    fn_call#2 = echo#1(lit#0);
    lit#3 = "ropguy";
    gbf_new_obj#4 = lit#3;
    lit#5 = "TServerPlayer";
    new_node#6 = new lit#5(gbf_new_obj#4);
    gbf_new_obj#7 = new_node#6;
    // RegionId(0)
    // RegionId(1)
    with (gbf_new_obj#4) 
    {
        lit#10 = "heyyyyy";
        this.chat = lit#10;
    }
    fn_call#12 = addcontrol#11(phi<idx=0, regions=()>);
    lit#13 = "Goodbye, world!";
    fn_call#14 = echo#1(lit#13);
    lit#15 = 0;
    return lit#15;
}