From ef668d1dcc5630e2e72a402458a56afb5c40eddf Mon Sep 17 00:00:00 2001 From: de4dot Date: Fri, 14 Dec 2012 19:50:15 +0100 Subject: [PATCH] Update links from github to bitbucket --- LICENSE.de4dot.txt | 2 +- de4dot.cui/Program.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE.de4dot.txt b/LICENSE.de4dot.txt index 686b098f..83f3d846 100644 --- a/LICENSE.de4dot.txt +++ b/LICENSE.de4dot.txt @@ -17,6 +17,6 @@ along with de4dot. If not, see . -Official site: https://github.com/0xd4d/de4dot +Official site: https://bitbucket.org/0xd4d/de4dot See the file COPYING for more details. diff --git a/de4dot.cui/Program.cs b/de4dot.cui/Program.cs index e554a06f..7aa6f305 100644 --- a/de4dot.cui/Program.cs +++ b/de4dot.cui/Program.cs @@ -73,7 +73,7 @@ namespace de4dot.cui { Logger.n(""); Logger.n("de4dot v{0} Copyright (C) 2011-2012 de4dot@gmail.com", System.Reflection.Assembly.GetExecutingAssembly().GetName().Version); - Logger.n("Latest version and source code: https://github.com/0xd4d/de4dot"); + Logger.n("Latest version and source code: https://bitbucket.org/0xd4d/de4dot"); Logger.n(""); var options = new FilesDeobfuscator.Options(); @@ -99,7 +99,7 @@ namespace de4dot.cui { 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://github.com/0xd4d/de4dot/issues"); + 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."); exitCode = 1; }