added credits

merge-requests/1/head
xerox 3 years ago
parent 3420f16fea
commit 2c9c354042

@ -8,6 +8,10 @@
<img src="https://githacks.org/xerox/nasa-mapper/-/raw/baa56396025feca63e9fa85b7fc8c89efa34b45a/img/Spectre-Unsupported-red.svg"/>
</div>
# credit
* buck#0001 - contributed to nasa-tables which is inherited in this project...
# nasa-mapper
Map a driver into specific processes only, with zero allocations in the kernel. The driver is allocated in a suspended runtimebroker.exe which is created with the sole

@ -22,6 +22,11 @@ namespace physmeme
//
make_kernel_access(drv_alloc);
//
// removes the kernel memory from runtimebroker.exe
//
map_from.set_pml4e(drv_ppml4e, pml4e{ NULL });
//
// set new pml4e into specific process.
//

Binary file not shown.
Loading…
Cancel
Save