Hacking
DLL Injection using LoadLibrary
DLL injection is the process of forcing a running process to load a DLL (Dynamically Linked Library) of your choice. In this write-up, I’ll walk you through the LoadLibraryA injection method. …
C++ DLL Hacking