New files' default name is now origname-cleaned.ext

This commit is contained in:
de4dot 2011-11-03 20:07:50 +01:00
parent a2ecd85044
commit b810292cee

View File

@ -148,7 +148,7 @@ namespace de4dot {
noExt = options.Filename;
ext = "";
}
return noExt + "-fixed" + ext;
return noExt + "-cleaned" + ext;
}
public void load(IEnumerable<IDeobfuscator> deobfuscators) {