Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

Commit

Permalink
Main
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekey committed Jan 31, 2023
1 parent 91cda40 commit 4532d56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TI.Unpacker/TI.Unpacker/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ static void Main(String[] args)
{
Console.Title = m_Title;
Console.ForegroundColor = ConsoleColor.Green;
Console.WriteLine(m_Title);
Console.WriteLine("(c) 2023 Ekey (h4x0r) / v{0}\n", Utils.iGetApplicationVersion());
Console.ResetColor();

Expand Down

0 comments on commit 4532d56

Please sign in to comment.