Skip to content

Releases: SamuelTulach/efi-memory

1.3

09 Jul 15:49
Compare
Choose a tag to compare

All runtime services functions are hooked now to make sure they are close to each other (and therefore hide it from shitty implemented checks).

1.2: Fix memory allocation problem on Win 2004 using the most meme method …

06 Jul 11:26
Compare
Choose a tag to compare

If you are one Windows 1909 and below, please use older versions of the mapper since they are using ExAllocatePool and not a fixed buffer array. I chose to use a fixed buffer since I was lazy and I did not want to manually reserve the physical memory region and then map it to usermode.

Also please note that your driver can't have more than 25 megabytes in this implementation.

Screenshot from 2020-07-06 13-19-04

1.1

29 Apr 13:54
Compare
Choose a tag to compare
1.1

This release changes lot of things. Instead of using NtGdiDdDDIReclaimAllocations2 it calls all functions (including driver entry point itself) directly through EFI.

1.0

14 Apr 20:17
6473bd4
Compare
Choose a tag to compare
1.0
Rename LICENSE.md to LICENSE.txt