Tue, Apr 14, 2020 9:16:43 PM

This commit is contained in:
Samuel Tulach
2020-04-14 21:16:43 +02:00
parent 1029c42c22
commit f138ce327f

View File

@@ -2,4 +2,10 @@
<img src="assets/logo.png"/>
</p>
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 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