This was built to track decompiler and CFG progress.
function FileBrowser_RenameField.onAction()
{
builtin_fn_call#6 = FileBrowser_RenameField.text.trim();
<temp.newtext>#7 = builtin_fn_call#6;
builtin_fn_call#8 = temp.newtext.length();
if (builtin_fn_call#8 <= 0)
{
return 0;
}
else
{
if (graalversion#9 >= 6.012)
{
fn_call#14 = Adventure_requestFileRename(<this.selectedfile>#12, <temp.newtext>#7);
}
else
{
fn_call#16 = requestFileRename(<this.selectedfile>#12, <temp.newtext>#7);
}
fn_call#20 = requesttext("folder", <this.showfolder>#18);
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