README updated

This commit is contained in:
violet-devsec
2025-09-13 13:19:55 +01:00
parent 1d680db8a4
commit 0400124fee
+3 -1
View File
@@ -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)