From 4a6aff2a34a9f93c7440090ed23045d99484cda4 Mon Sep 17 00:00:00 2001 From: 17ms <79069176+17ms@users.noreply.github.com> Date: Wed, 21 Feb 2024 16:30:16 +0200 Subject: [PATCH] update name change to docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b142ac..bef8f2b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Reflective DLL injection demo for fun and education. In practical applications, ├── injector # PoC injector (CreateRemoteThread) ├── payload # PoC payload (calc.exe or MessageBoxW based on generator's flag) ├── reflective_loader # sRDI implementation -└── utils # Common XOR and hashing functions +└── common # Common XOR and hashing functions ``` ### Features