Exploit
-
DLL Injection

DLL Injection is an exploit technique that can be used for anything from harmless game mods to sophisticated malware campaigns. At its core, DLL Injection is about convincing a running process to execute code it never intended to run - whether that’s adding custom features to your favorite game, or establishing persistence in a compromised system.
As part of my Infosec studies, I decided I would spend today diving deeper into DLLs, and learn about how they can be used to exploit Windows machines. Here are some of my key takeaways.