This was built to track decompiler and CFG progress.
function onSearchTyped(obj#2, keycode#1, keychar#0) { if (keycode#1 == 38) { fn_call#4 = performSearch(255); } else { if (keycode#1 == 40) { fn_call#5 = performSearch(1); } else { fn_call#6 = performSearch(); } } return 0; }
Use the mouse wheel + shift to zoom in and out, and click and drag to pan.
Step 1 of 7