Skip to content

Commit a70b835

Browse files
committed
Fixed target process name
1 parent 0493131 commit a70b835

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Payload_Type/erebus_wrapper/erebus_wrapper/agent_code/templates

Payload_Type/erebus_wrapper/erebus_wrapper/agent_code/templates/config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
// ============================================
6060

6161
// Target process for remote injection
62-
#define CONFIG_TARGET_PROCESS L"{{ TARGET_PROCESS }}\\0"
62+
#define CONFIG_TARGET_PROCESS L"{{ TARGET_PROCESS }}"
6363

6464
// Injection technique:
6565
// 1 = NtQueueApcThread - APC injection to suspended thread (Remote)

0 commit comments

Comments
 (0)