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