Difference between revisions of "Auto Assembler:createThread"
Jump to navigation
Jump to search
(Created page with ''''Auto Assembler''' createThread(''Address'') Will spawn a thread in the process at the specified address. === Function Parameters === {|width="85%" cellpadding="10%" cellpadd…') |
|||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:Assembler]] | ||
'''Auto Assembler''' createThread(''Address'') | '''Auto Assembler''' createThread(''Address'') | ||
Will spawn a thread in the process at the specified address. | Will spawn a thread in the process at the specified address. | ||
− | === | + | === 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 24: | ||
== See also == | == See also == | ||
* [[Cheat_Engine:Auto Assembler|Auto Assembler]] | * [[Cheat_Engine:Auto Assembler|Auto Assembler]] | ||
+ | * [[Auto_Assembler:Commands|Auto Assembler Commands]] | ||
− | === Related | + | === Related Commands === |
* [[Auto Assembler:aobScan|aobScan]] | * [[Auto Assembler:aobScan|aobScan]] | ||
* [[Auto Assembler:aobScanModule|aobScanModule]] | * [[Auto Assembler:aobScanModule|aobScanModule]] | ||
* [[Auto Assembler:alloc|alloc]] | * [[Auto Assembler:alloc|alloc]] | ||
+ | * [[Auto Assembler:createthreadandwait|createThreadAndWait]] | ||
* [[Auto Assembler:dealloc|dealloc]] | * [[Auto Assembler:dealloc|dealloc]] | ||
* [[Auto Assembler:define|define]] | * [[Auto Assembler:define|define]] | ||
Line 39: | Line 42: | ||
* [[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]] |
− |
Latest revision as of 08:55, 9 January 2020
Auto Assembler createThread(Address)
Will spawn a thread in the process at the specified address.
Command Parameters[edit]
Parameter | Type | Description |
---|---|---|
Address | string | The symbol or address to create the thread at |
Examples[edit]
createThread(SomeSymbol)
createThread(00123ABC)