From b8d7b1a5496d4a895e42211bb3128abb1490a0c5 Mon Sep 17 00:00:00 2001 From: xerox Date: Wed, 29 Apr 2020 01:37:11 +0000 Subject: [PATCH] english v2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ec5d45..2171893 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ HANDLE load_drv() note: my exploited driver actually came with a dll that exported all the functions. ### `bool unload_drv()` -Unload driver can and should return a bool but its not needed. There is also no need to pass any paremeters since the driver handle is global. +Unload driver can and should return a bool but its not needed. There is also no need to pass any parameters since the driver handle is global. ```cpp /*