Skip to content

Commit 97d45bc

Browse files
authored
updated cmdline arguments
changed the way of invoking `bin_to_uuid.py` by using the `-o` for storing the result of conversion
1 parent 1f85be0 commit 97d45bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Another shellcode injection technique using C++ that attempts to bypass Windows
1616

1717
* Then convert the shellcode( in binary/raw format ) into a `UUID` string format using the Python3 script, `bin_to_uuid.py`:
1818
```sh
19-
./bin_to_uuid.py -p shellcode.bin > uuid.txt
19+
./bin_to_uuid.py -p shellcode.bin -o uuid.txt
2020
```
2121

2222
* `xor` encrypt the `UUID` strings in the `uuid.txt` using the Python3 script, `xor_encryptor.py`.

0 commit comments

Comments
 (0)