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 100 day Infosec challenge, I decided I would spend today diving deeper into DLLs, and learn about how they can be used to exploit Win...