Crate djin

Crate djin 

Source

Constants§

NO_INIT_FN
Special value that tells inject_dll not to call any initialization function. Only the injected DLL’s DllMain 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.