diff --git a/CopyReadProcessMemory/handlers.cpp b/CopyReadProcessMemory/handlers.cpp index edca89b..8f41858 100644 --- a/CopyReadProcessMemory/handlers.cpp +++ b/CopyReadProcessMemory/handlers.cpp @@ -22,6 +22,7 @@ void print_help() " -t, --remote_payload Use remote payload\n\n" "Options:\n" " -e, --execute Execute payload after processing\n" + " -x, --xor XOR key to decode the shellcode\n" " -h, --help Show this help\n" " -V, --version Show version\n"; }