DLL Injection Part 2 — Hooks
This is the second part of the DLL Injection series. For your convenience you can find other parts in the table of contents in Part 1 – Registry Last time we saw how to inject DLL using registry. Today we are going to implement another approach using Hooks. Hooks Hooks allow us to execute a … Continue reading DLL Injection Part 2 — Hooks