Add xor option in help

This commit is contained in:
chmod760
2025-11-18 23:07:26 +01:00
parent 6dc9b9d0c1
commit b606a465b4
+1
View File
@@ -22,6 +22,7 @@ void print_help()
" -t, --remote_payload <TARGET> 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";
}