From 126d4844642254ab85050987abfc8d6787a8df6e Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Tue, 20 Oct 2020 07:31:29 +0000 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2ef8c8..8f00913 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
-
+
@@ -10,4 +10,7 @@ # nasa-mapper -map a driver into specific processes only, with zero allocations in the kernel. \ No newline at end of file +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 +purpose of containing allocated memory. The memory is then exposed to the context running this mapper code via a pml4e insertion at index 70. This keeps all memory +out of the kernels paging tables. On the down side, whatever driver mapped with nasa-mapper is not globally mapped! Do not switch contexts whilst executing +your manually mapped driver... \ No newline at end of file