From 5889c9596a76ce1e2521aa020c758da3abae5424 Mon Sep 17 00:00:00 2001 From: IDontCode Date: Thu, 12 Nov 2020 02:56:09 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4f5942..3cb2d25 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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 +Inject a process into your context. 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.