update name change to docs

This commit is contained in:
17ms 2024-02-21 16:30:16 +02:00
parent 7a40f17a57
commit 4a6aff2a34

View File

@ -12,7 +12,7 @@ Reflective DLL injection demo for fun and education. In practical applications,
├── injector # PoC injector (CreateRemoteThread) ├── injector # PoC injector (CreateRemoteThread)
├── payload # PoC payload (calc.exe or MessageBoxW based on generator's flag) ├── payload # PoC payload (calc.exe or MessageBoxW based on generator's flag)
├── reflective_loader # sRDI implementation ├── reflective_loader # sRDI implementation
└── utils # Common XOR and hashing functions └── common # Common XOR and hashing functions
``` ```
### Features ### Features