From 6fd51cf0e97809f7dc7d7f2b87bc4acdb85b03c7 Mon Sep 17 00:00:00 2001 From: violet-devsec Date: Sat, 13 Sep 2025 13:24:11 +0100 Subject: [PATCH] README updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e2e74c..3390343 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This is done step by step as,\ 4. Load in all of our sections\ 5. Process DLL image's import table\ 6. Process all of DLL image's relocations\ - 7. Call the DLL entry point\ + 7. Call the DLL entry point These steps are followed from https://github.com/stephenfewer/ReflectiveDLLInjection