From 131720686ff5a646b195043bd50843b7ebd0a27a Mon Sep 17 00:00:00 2001 From: Samuel Tulach Date: Wed, 15 Apr 2020 16:33:36 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d6884c..baec1dc 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@

-Efi-memory is a proof-of-concept EFI runtime driver for reading and writing to virtual memory. It uses [EfiGuards](https://github.com/Mattiwatti/EfiGuard/) method of hooking set variable to communicate with the user-mode process. +Efi-memory is a proof-of-concept EFI runtime driver for reading and writing to virtual memory. It uses [EfiGuards](https://github.com/Mattiwatti/EfiGuard/) method of hooking SetVariable to communicate with the user-mode process. + ## Repo content driver/ - EFI driver itself