Skip to main content

Exploring DLL Side Loading: A practical walkthrough using Notepad++

· 6 min read
Thai Trinh
Cybersecurity Student @ UIT

In today's blog post, we're diving into DLL Side Loading - a technique often exploited by attackers to execute malicious code by abusing the way Windows searches for and loads dynamic link libraries. We'll break down how DLL Side Loading works, how the Windows DLL search order contributes to the vulnerability, and walk through a practical example using Notepad++ as our target application.