Deep Diving Process Injection
Wtf is process injection 💉
In Part 1, I detailed as much of the theory as I could into something digestable because I didn't want to rewrite Windows Internals. With that done, I wanted to go a bit more into modern day injection. The key difference here is the use of user-land WinAPI Hooking and how to inject code into a remote process in a somewhat secure way. This can be read in Part 2. its quite a simplistic approach, but it is something I would have wanted to read a year or two ago when i started this adventure.
Last updated