Efi-memory is a proof-of-concept EFI runtime driver for reading and writing to virtual memory. It uses EfiGuards method of hooking SetVariable to communicate with the user-mode process. Here is an example how it works. Repo content driver/ EFI driver itself client/efi-mapper/ kdmapper for...