From 7a7af25f1315b4f5f30f94efe9e31b632f878c94 Mon Sep 17 00:00:00 2001 From: Samuel Tulach Date: Wed, 6 May 2020 15:45:52 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index baec1dc..c490697 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

-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. +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. [Here is an example how it works](https://youtu.be/XKODdIsTgzU). ## Repo content driver/