Difference between revisions of "Auto Assembler:createThread"

From Cheat Engine
Jump to navigation Jump to search
(See also)
 
Line 30: Line 30:
 
* [[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]]

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)


See also[edit]

Related Commands[edit]