Lua:injectDll
Revision as of 00:17, 25 January 2018 by TheyCallMeTim13 (talk | contribs) (moved injectDll to Lua:injectDll)
function injectDll(pathtodll)
Injects a specific dll into the target process
Function Parameters
Parameter | Type | Description |
---|---|---|
pathtodll | string | The full path to the dll. If only a filename is given without path, the normal windows search path is used |