You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
_xeroxz
126d484464
|
4 years ago | |
---|---|---|
drv-example | 4 years ago | |
img | 4 years ago | |
nasa-mapper | 4 years ago | |
um-example | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago | |
nasa-mapper.sln | 4 years ago |
README.md
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 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...