From e50552686babe590d93be48d5e4640910a78f16e Mon Sep 17 00:00:00 2001 From: xerox Date: Sun, 19 Apr 2020 10:31:38 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13bfcb3..c68ede2 100644 --- a/README.md +++ b/README.md @@ -143,5 +143,5 @@ right now your entry point should look like this: NTSTATUS DriverEntry(PVOID lpBaseAddress, DWORD32 dwSize) ``` -You can change this as you see fit. Note you need a custom entry point like all other driver mappers. :) +You can change this as you see fit. Note you need a custom entry point like any other driver mapper requires.