Lua:injectDll

From Cheat Engine
Jump to navigation Jump to search

function injectDLL(pathtodll, skipsymbolreloadwait OPTIONAL)

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
skipsymbolreloadwait bool

Examples

injectDLL("C:\\dev\\test.dll")

See also