You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,9 +41,10 @@ This shellcode injection technique comprises the following subsequent steps:
41
41
# Important
42
42
* You have to change the `xor` key(row 86) to what you wish. This can be donein the `./xor_encryptor.py` python3 script by changing the `KEY` variable.
43
43
* You have to change the default `executable filename` value(row 90) to your filename.
44
-
*The commandforcompiling is providedin 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. :)
0 commit comments