From e521ddbb40dd9d7af987bbc7563bbc4b348c7f85 Mon Sep 17 00:00:00 2001 From: AloneMonkey Date: Fri, 2 Feb 2018 21:42:51 +0800 Subject: [PATCH] [bugfix] avoid name conflicts --- dump.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;