Difference between revisions of "Auto Assembler:loadLibrary"
Jump to navigation
Jump to search
(→See also) |
m (Reverted edits by This content is not available (Talk) to last revision by TheyCallMeTim13) |
(One intermediate revision by one other user not shown) | |
(No difference)
|
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)