Difference between revisions of "Lua:injectDll"
Jump to navigation
Jump to search
m (moved injectDll to Lua:injectDll) |
|||
(One intermediate revision by the same user not shown) | |||
Line 18: | Line 18: | ||
− | + | {{LuaSeeAlso}} | |
− |
Latest revision as of 00:17, 25 January 2018
function injectDll(pathtodll)
Injects a specific dll into the target process
Function Parameters[edit]
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 |