From 0400124fee8005df32233be053be92c37972a340 Mon Sep 17 00:00:00 2001 From: violet-devsec Date: Sat, 13 Sep 2025 13:19:55 +0100 Subject: [PATCH] README updated --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c89f7b1..e02d708 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,9 @@ 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 ### Steps to try: - [Compiling target.dll](#CompilingDll)