From f138ce327feb6143422b771ce049d4de2aee44c5 Mon Sep 17 00:00:00 2001 From: Samuel Tulach Date: Tue, 14 Apr 2020 21:16:43 +0200 Subject: [PATCH] Tue, Apr 14, 2020 9:16:43 PM --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 93111d1..a7864f5 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,10 @@

-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. \ No newline at end of file +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. + +## Repo content +driver/ +- EFI driver itself +client/efi-mapper +- [kdmapper](https://github.com/z175/kdmapper/) fork that uses efi-memory to manual map any Windows driver \ No newline at end of file