From 8dfccb20f6d33d7996ed3395e0efd7e366a3210b Mon Sep 17 00:00:00 2001 From: heqnx Date: Tue, 3 Jun 2025 23:17:18 +0300 Subject: added author --- SharpAMSIGhosting/Program.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SharpAMSIGhosting/Program.cs b/SharpAMSIGhosting/Program.cs index c9405e6..dc076a7 100644 --- a/SharpAMSIGhosting/Program.cs +++ b/SharpAMSIGhosting/Program.cs @@ -41,6 +41,9 @@ namespace AmsiGhost { try { + Console.WriteLine("c# port of the AMSI bypass technique originally developed and documented by Andrea Bocchetti"); + Console.WriteLine("author: heqnx - https://heqnx.com"); + Console.WriteLine(); Console.WriteLine("[*] Starting AMSI ghosting"); UIntPtr size = new UIntPtr(0x1000); -- cgit v1.2.3