Auto Assembler:createThread
Revision as of 21:40, 11 March 2017 by TheyCallMeTim13 (talk | contribs)
Auto Assembler createThread(Address)
Will spawn a thread in the process at the specified address.
Command Parameters
Parameter | Type | Description |
---|---|---|
Address | string | The symbol or address to create the thread at |
Examples
createThread(SomeSymbol)
createThread(00123ABC)