Update links from github to bitbucket

This commit is contained in:
de4dot 2012-12-14 19:50:15 +01:00
parent 6ce3b44de6
commit ef668d1dcc
2 changed files with 3 additions and 3 deletions

View File

@ -17,6 +17,6 @@
along with de4dot. If not, see <http://www.gnu.org/licenses/>.
</LICENSE>
Official site: https://github.com/0xd4d/de4dot
Official site: https://bitbucket.org/0xd4d/de4dot
See the file COPYING for more details.

View File

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