From 750abd28161ca03873058b6e08930d2e3bbe7485 Mon Sep 17 00:00:00 2001 From: Hoshea <39255806+Argentix03@users.noreply.github.com> Date: Tue, 17 Jun 2025 16:25:50 +0300 Subject: [PATCH] Update Arguments.cpp --- RedirectThread/Arguments.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RedirectThread/Arguments.cpp b/RedirectThread/Arguments.cpp index 946c479..01246f7 100644 --- a/RedirectThread/Arguments.cpp +++ b/RedirectThread/Arguments.cpp @@ -324,11 +324,11 @@ void print_usage(const char *progName) << " --enter-debug Pause execution at key points for debugger attachment\n" << "\nExample:\n" - << " " << progName << " --pid 1234 --inject-dll mydll.dll\n" + << " " << progName << " --pid 1234 --inject-dll\n" << " " << progName << " --pid 1234 --inject-shellcode payload.bin --verbose\n" << " " << progName << " --pid 1234 --inject-shellcode payload.bin --method NtCreateThread\n" << " " << progName << " --pid 1234 --inject-shellcode-bytes 9090c3 --method QueueUserAPC --tid 5678\n" - << " " << progName << " --pid 1234 --inject-shellcode-bytes $bytes --context-method two-step --method NtQueueUserApcThreadEx2 --tid 5678\n" + << " " << progName << " --pid 1234 --inject-shellcode-bytes $bytes --context-method two-step --method NtQueueApcThreadEx2 --tid 5678\n" << std::endl; }