This was built to track decompiler and CFG progress.
function divide(a#1, b#0) { // RegionId(1) if (b#0 == 0) { return 0; } // RegionId(2) else { return a#1 / b#0; } }
Use the mouse wheel + shift to zoom in and out, and click and drag to pan.
Step 1 of 2