Difference between revisions of "Auto Assembler:createThread"
Jump to navigation
Jump to search
(→Related Commands) |
|||
Line 39: | Line 39: | ||
* [[Auto Assembler:registerSymbol|registerSymbol]] | * [[Auto Assembler:registerSymbol|registerSymbol]] | ||
* [[Auto Assembler:unregisterSymbol|unregisterSymbol]] | * [[Auto Assembler:unregisterSymbol|unregisterSymbol]] | ||
− | * [[Auto Assembler:LUA|LUA | + | * [[Auto Assembler:LUA ASM|LUA ASM]] |
− |
Revision as of 21:49, 11 March 2017
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)