update srdi post preface snippet

This commit is contained in:
ae 2025-02-17 21:01:09 +02:00
parent f281e10cd2
commit bfa4d6b45c
Signed by: ae
GPG Key ID: 995EFD5C1B532B3E

View File

@ -7,7 +7,7 @@ tags = ['windows', 'srdi']
categories = ['malware']
+++
In the ever-evolving landscape of malware, Shellcode Reflective DLL Injection (RDI) still stands as a formidable technique despite its age. What differentiates it from traditional DLL injection methods is that it doesn't leave apparent traces to the targeted filesystem, which is why it has a chance to bypass basic defensive solutions relying on behavior monitoring, heuristics, or signature-based detection.
Shellcode reflective DLL injection (sRDI) still stands as a relatively stealthy technique in the Windows malware scene despite its age. What differentiates it from simpler DLL injection methods is that it doesn't leave apparent traces to the targeted system's disk, which is why it has a chance to bypass basic defensive solutions relying on e.g. signature detection.
## Steps