DLL Injection Part 0: Understanding DLL Usage

As a result of my foray into static malware analysis, I decided I needed a better understanding of DLL injection. DLL injection allows us to run code in another process. This is useful because it allows us to hide malicious processes in other, benign processes. It also means not having to save anything to the disk, making detection … Continue reading DLL Injection Part 0: Understanding DLL Usage