This was built to track decompiler and CFG progress.
function FileBrowser_FilesList.onDblClick(selid#2, seltext#1, selrow#0)
{
if (graalversion#6 < 5.306)
{
return 0;
}
else
{
<this.selectedfile>#7 = seltext#1;
builtin_fn_call#11 = this.selectedfile.pos("\t");
<temp.i>#12 = builtin_fn_call#11;
if (<temp.i>#12 >= 0)
{
builtin_fn_call#13 = this.selectedfile.substring(0, <temp.i>#12);
<this.selectedfile>#14 = builtin_fn_call#13;
}
<this.filetoopen>#17 = <this.selectedfile>#5;
fn_call#19 = downloadfiletofolder(<this.selectedfile>#5, "scriptfiles/" @ <this.selectedfile>#5);
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 6