From 57e7e510bbdd7dfff205f05c6fc2d77a39d6c318 Mon Sep 17 00:00:00 2001 From: thefLink Date: Tue, 1 Feb 2022 21:13:47 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a5d335..8fcffe8 100644 --- a/README.md +++ b/README.md @@ -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