Files
efi-memory/README.md
2020-04-14 21:16:43 +02:00

390 B

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 fork that uses efi-memory to manual map any Windows driver