Difference between revisions of "Lua:injectDll"

From Cheat Engine
Jump to navigation Jump to search
(Created page with ''''function''' injectDll(''pathtodll'') Injects a specific dll into the target process ===Function Parameters=== {|width="85%" cellpadding="10%" cellpadding="5%" cellspacing=…')
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[Category:Lua]]
 
'''function''' injectDll(''pathtodll'')
 
'''function''' injectDll(''pathtodll'')
  
Line 17: Line 18:
  
  
== See also ==
+
{{LuaSeeAlso}}
* [[Lua]]
 

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


See also[edit]