diff --git a/dump.js b/dump.js index d40d191..0c2ab1f 100644 --- a/dump.js +++ b/dump.js @@ -207,7 +207,7 @@ function dumpModule(name) { var modbase = modules[i].base; var modsize = modules[i].size; var newmodname = modules[i].name; - var newmodpath = getDocumentDir() + "/" + newmodname; + var newmodpath = getDocumentDir() + "/" + newmodname + ".fid"; var oldmodpath = modules[i].path;