Lua:injectDll
Revision as of 23:42, 16 May 2025 by Archiver.of.triviality (talk | contribs)
function injectDLL(pathtodll, skipsymbolreloadwait OPTIONAL)
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 |
skipsymbolreloadwait | bool |
Examples[edit]
injectDLL("C:\\dev\\test.dll")