We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f85be0 commit 97d45bcCopy full SHA for 97d45bc
README.md
@@ -16,7 +16,7 @@ Another shellcode injection technique using C++ that attempts to bypass Windows
16
17
* Then convert the shellcode( in binary/raw format ) into a `UUID` string format using the Python3 script, `bin_to_uuid.py`:
18
```sh
19
- ./bin_to_uuid.py -p shellcode.bin > uuid.txt
+ ./bin_to_uuid.py -p shellcode.bin -o uuid.txt
20
```
21
22
* `xor` encrypt the `UUID` strings in the `uuid.txt` using the Python3 script, `xor_encryptor.py`.
0 commit comments