DLL injection in MASM64

One of my favorited things about MASM is that it has the ability to inject raw functions in its own static code into another process without the need for a DLL. This code is the first step to injecting code into a process but I plan to build on top of this so that the code is self contained and does not require an external DLL to be loaded via Kernel LoadLibrary.

Leave a comment

Your email address will not be published. Required fields are marked *