mirror of
https://github.com/x64dbg/x64dbg
synced 2026-08-11 18:23:06 -04:00
316 B
316 B
killthread/threadkill
Kill a thread in the debuggee.
arguments
[arg1] ThreadId of the thread to kill (see the Threads tab). When not specified, the main thread is used.
[arg2] Thread exit code. When not specified, 0 will be used.
result
This command does not set any result variables.