Skip to content

Commit 2804545

Browse files
authored
fixed xor key configuration
1 parent 18a7cb6 commit 2804545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This shellcode injection technique comprises the following subsequent steps:
3939
* Lastly, because it looks unique :) ( *Isn't it?* :) )
4040

4141
# Important
42-
* 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.
42+
* You have to change the `xor` key(line 85) to what you wish. This also has to be done in the `./xor_encryptor.py` python3 script by changing the `KEY` variable. The keys have to match!
4343
* You have to change the default `executable filename` value(row 90) to your filename.
4444
* `mingw` was used but you can use whichever compiler you prefer. :)
4545

0 commit comments

Comments
 (0)