Merge branch 'master' into master

This commit is contained in:
Alone_Monkey
2018-02-07 19:30:56 +08:00
committed by GitHub
2 changed files with 6 additions and 8 deletions

View File

@@ -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;