Files
efi-memory/README.md

12 lines
391 B
Markdown
Raw Normal View History

2020-04-14 21:12:18 +02:00
<p align="center">
<img src="assets/logo.png"/>
2020-04-14 21:14:43 +02:00
</p>
2020-04-14 21:14:57 +02:00
2020-04-14 21:16:43 +02:00
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
2020-04-14 21:17:00 +02:00
2020-04-14 21:16:43 +02:00
client/efi-mapper
- [kdmapper](https://github.com/z175/kdmapper/) fork that uses efi-memory to manual map any Windows driver