From bbcf68588933b50ebf05f094cde5e38da4957edd Mon Sep 17 00:00:00 2001 From: Michael Haag <5632822+MHaggis@users.noreply.github.com> Date: Fri, 8 Jan 2021 09:19:55 -0700 Subject: [PATCH] Update T1055.cs (#1361) dll was named incorrectly in .cs. Fixed and confirmed operational. Co-authored-by: mhaag-spl <76067280+mhaag-spl@users.noreply.github.com> Co-authored-by: Carrie Roberts --- atomics/T1055.004/src/T1055.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atomics/T1055.004/src/T1055.cs b/atomics/T1055.004/src/T1055.cs index 9f43822f..60e95834 100644 --- a/atomics/T1055.004/src/T1055.cs +++ b/atomics/T1055.004/src/T1055.cs @@ -75,7 +75,7 @@ public class ProcessInject // Path to dll that will be injected - string dllName = @"C:\AtomicRedTeam\atomics\T1055\bin\w64-exec-calc-shellcode.dll"; + string dllName = @"C:\AtomicRedTeam\atomics\T1055.004\src\T1055.dll"; // Allocate memory for dll path and store pointer