What is Reflective DLL Injection and how can be detected?

DLL (Dynamic-link library) are the Microsoft’s implementation of the shared library concept and provide a mechanism for shared code and data, allowing a developer of shared code/data to upgrade functionality without requiring applications to be re-linked or re-compiled. DLLs may be explicitly loaded at run-time, a process referred to simply …

Article Link: https://andreafortuna.org/cybersecurity/what-is-reflective-dll-injection-and-how-can-be-detected/