Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function get1PlusTextNetString(str#0)
{
    builtin_fn_call#1 = str#0.length();
    lit#2 = 223;
    // RegionId(1)
    if (builtin_fn_call#1 > lit#2) 
    {
        lit#3 = 255;
        builtin_fn_call#4 = char(lit#3);
        lit#5 = 0;
        lit#6 = 223;
        builtin_fn_call#7 = str#0.substring(lit#5, lit#6);
        return builtin_fn_call#4 @ builtin_fn_call#7;
    }
    // RegionId(2)
    else
    {
        lit#8 = 32;
        builtin_fn_call#9 = str#0.length();
        builtin_fn_call#10 = char(lit#8 + builtin_fn_call#9);
        return builtin_fn_call#10 @ str#0;
    }
}