This was built to track decompiler and CFG progress.
function onCreated()
{
<temp.a>#3 = "A";
builtin_fn_call#6 = char(<temp.a>#3);
<temp.char>#7 = builtin_fn_call#6;
builtin_fn_call#10 = int(<temp.a>#3);
<temp.int>#11 = builtin_fn_call#10;
builtin_fn_call#14 = random(0, 10);
<temp.random>#15 = builtin_fn_call#14;
builtin_fn_call#18 = abs(-10);
<temp.abs>#19 = builtin_fn_call#18;
builtin_fn_call#22 = _("Hello, world!");
<temp.translation>#23 = builtin_fn_call#22;
builtin_fn_call#26 = min(10, 20);
<temp.min>#27 = builtin_fn_call#26;
builtin_fn_call#30 = max(10, 20);
<temp.max>#31 = builtin_fn_call#30;
builtin_fn_call#34 = format("%s, %s!", "Hello", "world");
<temp.strFormat>#35 = builtin_fn_call#34;
return 0;
}
Use the mouse wheel + shift to zoom in and out, and click and drag to pan.
Use the mouse wheel + shift to zoom in and out, and click and drag to pan.
Step 1 of 1