Update error message

This commit is contained in:
de4dot 2013-11-15 21:51:37 +01:00
parent b99517373d
commit 413b64766e

View File

@ -95,12 +95,8 @@ namespace de4dot.cui {
else {
Logger.Instance.LogErrorDontIgnore("\n\n");
Logger.Instance.LogErrorDontIgnore("Hmmmm... something didn't work. Try the latest version.");
Logger.Instance.LogErrorDontIgnore(" EX: {0} : message: {1}", ex.GetType(), ex.Message);
Logger.Instance.LogErrorDontIgnore("If it's a supported obfuscator, it could be a bug or a new obfuscator version.");
Logger.Instance.LogErrorDontIgnore("If it's an unsupported obfuscator, make sure the methods are decrypted!");
}
Logger.Instance.LogErrorDontIgnore("Send bug reports to de4dot@gmail.com or go to https://bitbucket.org/0xd4d/de4dot/issues");
Logger.Instance.LogErrorDontIgnore("I will need the original files, so email me a link to the installer or a zip/rar file.");
Logger.Instance.LogErrorDontIgnore("Send a link to the installer or a zip file of all files to de4dot@gmail.com");
exitCode = 1;
}