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 <clr2of8@gmail.com>
This commit is contained in:
Michael Haag
2021-01-08 09:19:55 -07:00
committed by GitHub
parent c0591491f1
commit bbcf685889
+1 -1
View File
@@ -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