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.