Home

Awesome

libinject - Inject 64-bit DLLs into arbitrary processes

Features

Usage

libinject is compiled to a static library that you can include into your project. <br> Simply include the header, and call any of the functions that match your injection needs. <br> The injector project also includes a more detailed usage of this library. <br>

bool InjectSetWindowsHookEx(DWORD pid, std::string dllPath, int notifyCount = 0);

bool InjectManualMap(DWORD pid, std::string dllPath, InjectionType type);

bool InjectManualMap(DWORD pid, std::vector<unsigned char> buffer, InjectionType type);