Constants§
- NO_
INIT_ FN - Special value that tells
inject_dll
not to call any initialization function. Only the injected DLL’sDllMain
function will run.
Functions§
- inject_
dll - Injects the given DLL into the process specified by handle, optionally calling the given function in the DLL.
- open_
process - Opens the process specified by
pid
in a manner suitable for DLL injection.