Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsck authored Aug 15, 2020
1 parent f5cb701 commit 657ca7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions de4dot.cui/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ public static int Main(string[] args) {
Logger.Instance.CanIgnoreMessages = !HasEnv(showAllMessagesEnvName);

Logger.n("");
Logger.n("de4dot v{0} Copyright (C) 2011-2015 [email protected]", System.Reflection.Assembly.GetExecutingAssembly().GetName().Version);
Logger.n("Latest version and source code: https://github.com/0xd4d/de4dot");
Logger.n("de4dot v{0}", System.Reflection.Assembly.GetExecutingAssembly().GetName().Version);
Logger.n("");

var options = new FilesDeobfuscator.Options();
Expand Down

0 comments on commit 657ca7b

Please sign in to comment.