Difference between revisions of "Auto Assembler:loadLibrary"

From Cheat Engine
Jump to navigation Jump to search
(See also)
m (Reverted edits by This content is not available (Talk) to last revision by TheyCallMeTim13)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
[[Category:Assembler]]
 
'''Auto Assembler''' loadLibrary(''FileName'')
 
'''Auto Assembler''' loadLibrary(''FileName'')
  
 
Injects the specified DLL into the target process.
 
Injects the specified DLL into the target process.
  
=== Function Parameters ===
+
=== Command Parameters ===
 
{|width="85%" cellpadding="10%" cellpadding="5%" cellspacing="0" border="0"
 
{|width="85%" cellpadding="10%" cellpadding="5%" cellspacing="0" border="0"
 
!align="left"|Parameter
 
!align="left"|Parameter
Line 21: Line 22:
 
== See also ==
 
== See also ==
 
* [[Cheat_Engine:Auto Assembler|Auto Assembler]]
 
* [[Cheat_Engine:Auto Assembler|Auto Assembler]]
 +
* [[Auto_Assembler:Commands|Auto Assembler Commands]]
 
* [[Auto Assembler Example 3|LoadLibrary Example]]
 
* [[Auto Assembler Example 3|LoadLibrary Example]]
  
=== Related Functions ===
+
=== Related Commands ===
 
* [[Auto Assembler:aobScan|aobScan]]
 
* [[Auto Assembler:aobScan|aobScan]]
 
* [[Auto Assembler:aobScanModule|aobScanModule]]
 
* [[Auto Assembler:aobScanModule|aobScanModule]]
Line 38: Line 40:
 
* [[Auto Assembler:registerSymbol|registerSymbol]]
 
* [[Auto Assembler:registerSymbol|registerSymbol]]
 
* [[Auto Assembler:unregisterSymbol|unregisterSymbol]]
 
* [[Auto Assembler:unregisterSymbol|unregisterSymbol]]
* [[Auto Assembler:LUA|LUA]]
+
* [[Auto Assembler:LUA ASM|LUA ASM]]
* [[Auto Assembler:ASM|ASM]]
 

Latest revision as of 19:07, 18 March 2019

Auto Assembler loadLibrary(FileName)

Injects the specified DLL into the target process.

Command Parameters[edit]

Parameter Type Description
FileName string The file name of the DLL file


Examples[edit]

loadLibrary(someDllFile.dll)


See also[edit]

Related Commands[edit]