Difference between revisions of "Auto Assembler:loadLibrary"
Jump to navigation
Jump to search
(Created page with ''''Auto Assembler''' loadLibrary(''FileName'') Injects the specified DLL into the target process. === Function Parameters === {|width="85%" cellpadding="10%" cellpadding="5%" c…') |
(→See also) |
||
Line 21: | Line 21: | ||
== See also == | == See also == | ||
* [[Cheat_Engine:Auto Assembler|Auto Assembler]] | * [[Cheat_Engine:Auto Assembler|Auto Assembler]] | ||
+ | * [[Auto Assembler Example 3|LoadLibrary Example]] | ||
=== Related Functions === | === Related Functions === |
Revision as of 21:19, 11 March 2017
Auto Assembler loadLibrary(FileName)
Injects the specified DLL into the target process.
Function Parameters
Parameter | Type | Description |
---|---|---|
FileName | string | The file name of the DLL file |
Examples
loadLibrary(someDllFile.dll)