Difference between revisions of "Auto Assembler:loadLibrary"
Jump to navigation
Jump to search
(→Related Commands) |
|||
Line 1: | Line 1: | ||
+ | [[Category:Assembler]] | ||
'''Auto Assembler''' loadLibrary(''FileName'') | '''Auto Assembler''' loadLibrary(''FileName'') | ||
Revision as of 11:37, 19 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)