Update README.md

This commit is contained in:
thefLink
2022-02-01 21:13:47 +01:00
committed by GitHub
parent 4a2fbaf70f
commit 57e7e510bb
+1 -1
View File
@@ -29,7 +29,7 @@ if (!NT_SUCCESS(ntStatus)) {
```
**Note**:
* No instructions must exist between the call to **PrepareSyscall** and **DoSyscall**
* The hash algorithm used is djb2. All hashes must be encrypted with the key **0x41424344**. You can use the Hashgenerator.c file in the samples folder
* The hash algorithm used is djb2. All hashes must be encrypted with the key **0x41424344**. You can use the Hashgenerator in this repository
## Credits