From 42ccfaabe13490b9dba873b7a8717d5ba1edbf22 Mon Sep 17 00:00:00 2001 From: Samuel Tulach Date: Wed, 15 Apr 2020 16:33:13 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 045e032..2d6884c 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@

-Efi-memory is a proof-of-concept EFI runtime driver for reading and writing to virtual memory. It hooks SetVariable() to communicate with client program in the OS. - +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. ## Repo content driver/ - EFI driver itself