From 413b64766e69afc250adfdfd90ba23443b4a380b Mon Sep 17 00:00:00 2001 From: de4dot Date: Fri, 15 Nov 2013 21:51:37 +0100 Subject: [PATCH] Update error message --- de4dot.cui/Program.cs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/de4dot.cui/Program.cs b/de4dot.cui/Program.cs index d203e2e1..df7daac1 100644 --- a/de4dot.cui/Program.cs +++ b/de4dot.cui/Program.cs @@ -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; }