Skip to content

Commit 81e7707

Browse files
authored
fixed Important & Compile section
1 parent d7f3d62 commit 81e7707

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ This shellcode injection technique comprises the following subsequent steps:
4141
# Important
4242
* You have to change the `xor` key(row 86) to what you wish. This can be done in the `./xor_encryptor.py` python3 script by changing the `KEY` variable.
4343
* You have to change the default `executable filename` value(row 90) to your filename.
44-
* The command for compiling is provided in the C++ file( *around the top* ). NB: `mingw` was used but you can use whichever compiler you prefer. :)
44+
* `mingw` was used but you can use whichever compiler you prefer. :)
4545

4646
## Compile
47+
* Simply run this at your terminal/shell:
4748
```sh
4849
make
4950
```

0 commit comments

Comments
 (0)