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