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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user