From 3fc9715756a3349d725faa172cd7383e8f327768 Mon Sep 17 00:00:00 2001 From: IDontCode Date: Thu, 12 Nov 2020 02:24:36 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf955fa..e334938 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Reverse Injector -Inject a process into your context. You can call functions that do not reference absolute virtual addresses. Reverse injector copies a target processes pml4e's into another specified -processes pml4. Current the project copies the targets pml4e's into the current process (reverse-injector.exe), but you can configure the project to inject a process into any process +Inject a process into your context. You can call functions that do not reference absolute virtual addresses. Reverse injector copies a target processes PML4E's into another specified +processes PML4. Currently the project copies the target processes PML4E's into the current process PML4 (reverse-injector.exe), but you can configure the project to inject a process into any process you want. # Info