From 0d6de002db500edc11a2b053219394da1076362d Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Fri, 18 Dec 2020 03:38:14 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index fc1ab22..b92cd66 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +This project was created 6-7 months ago (summer of 2020), and was created before PTM and VDM. The code is not very clean, but it does the job. This +project does not map any drivers into the kernel, it does however use a vulnerable driver (any that exposes physical read/write). The project +is designed to inject a dll into a dxd11 process without actually allocating any memory in the process or in the kernel, it simply maps +already allocated memory into the kernel and thus no VAD entries are created. This means NtQueryVirtualMemory will not show the dll's memory. + # nasa-injector - 0 bytes allocated in the kernel.