This was built to track decompiler and CFG progress.
function ifWithElseIf(a#2, b#1, c#0)
{
<temp.res>#6 = "";
if (a#2)
{
<temp.res>#7 = <temp.res>#5 + "a";
}
else
{
if (b#1)
{
<temp.res>#8 = <temp.res>#5 + "b";
}
else
{
if (c#0)
{
<temp.res>#9 = <temp.res>#5 + "c";
}
else
{
<temp.res>#10 = <temp.res>#5 + "d";
}
}
}
<temp.res>#11 = <temp.res>#5 + "e";
return <temp.res>#5;
}
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 9