Difference between revisions of "Auto Assembler:loadLibrary"
Jump to navigation
Jump to search
(→See also) |
|||
Line 3: | Line 3: | ||
Injects the specified DLL into the target process. | Injects the specified DLL into the target process. | ||
− | === | + | === 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 23: | Line 23: | ||
* [[Auto Assembler Example 3|LoadLibrary Example]] | * [[Auto Assembler Example 3|LoadLibrary Example]] | ||
− | === Related | + | === Related Commands === |
* [[Auto Assembler:aobScan|aobScan]] | * [[Auto Assembler:aobScan|aobScan]] | ||
* [[Auto Assembler:aobScanModule|aobScanModule]] | * [[Auto Assembler:aobScanModule|aobScanModule]] |
Revision as of 21:43, 11 March 2017
Auto Assembler loadLibrary(FileName)
Injects the specified DLL into the target process.
Command Parameters
Parameter | Type | Description |
---|---|---|
FileName | string | The file name of the DLL file |
Examples
loadLibrary(someDllFile.dll)