Using hooks to inject DLL with Zig

In this article, I'll present the current approach to classic DLL injection using SetWindowsHookEx with the Zig programming language. I'll demonstrate how to create a DLL in Zig and use Windows API functions. Additionally, we'll explore how Zig binaries are compiled and how this process differs from languages like C or Rust. ...more

January 12, 2025 #MalDev #Zig #DLL Injection #Hooks