From 4c8bf54636c15f9d3af3bc714aa7bda48cfefe31 Mon Sep 17 00:00:00 2001 From: xerox Date: Sun, 19 Apr 2020 10:31:11 +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 31d8c6f..13bfcb3 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. +You can change this as you see fit. Note you need a custom entry point like all other driver mappers. :)