Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function get1ByteNetString(val#0)
{
    lit#1 = 223;
    // RegionId(0)
    // RegionId(1)
    if (val#0 > lit#1) 
    {
        lit#2 = 223;
        val#3 = lit#2;
    }
    lit#4 = 32;
    builtin_fn_call#5 = char(lit#4 + val#3);
    return builtin_fn_call#5;
}