DLL Injection
- •
def
- •
a memory injection technique that forces a legitimate process to load a malicious Dynamic-Link Library (DLL) — a Windows library containing code and data that many applications can use
- •
- •
why it's popular
- •
one of the most common memory injection methods, since it's relatively easy to implement; the malicious code then runs as part of the legitimate target process
- •
- •
related