From 88d93bb0654dac2c14fb0f11f26d1ddb8458958e Mon Sep 17 00:00:00 2001 From: 0xyg3n <0xyg3n@users.noreply.github.com> Date: Wed, 23 Oct 2024 10:19:05 +0300 Subject: [PATCH] Example usages added on invalid argument detection. --- PEx64-Injector/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PEx64-Injector/Program.cs b/PEx64-Injector/Program.cs index bc8fdd9..bfd8729 100644 --- a/PEx64-Injector/Program.cs +++ b/PEx64-Injector/Program.cs @@ -143,7 +143,7 @@ static async Task Main(string[] args) { if (args.Length < 2) { - Console.WriteLine("\n\n[*] Developed By 0xyg3n\n\n[!] Invalid Arguments Specified..\n\n[*] Usage: Migrator.exe payload(fpath or URL) migratefile(fpath)\n\n[*] Example: Migrator.exe C:\\Users\\User\\Desktop\\Putty64.exe C:\\Windows\\System32\\notepad.exe\n\n"); + Console.WriteLine("\n\n[*] Developed By 0xyg3n\n\n[!] Invalid Arguments Specified..\n\n[*] Usage: Migrator.exe payload(fpath or URL) migratefile(fpath)\n\n[*] Example: Migrator.exe C:\\Users\\User\\Desktop\\Putty64.exe C:\\Windows\\System32\\notepad.exe\n[*] Example: Migrator.exe https://the.earth.li/~sgtatham/putty/latest/w64/putty.exe C:\\Windows\\System32\\notepad.exe\n\n"); Environment.Exit(0); } else