Reference Manual

NAME

kill - terminate a thread
SYNOPSIS
kill  [id | name]+
killp [child | wireshark]
xevent pid | name
xsem   pid | name

 

...
DESCRIPTION
Command kill attempts to kill the thread(s) with the specified thread ID id or name. The command will terminate a specified thread unless it is immortal. Termination is final and permanent. All record of the thread is removed, so it cannot be recovered or continued.

Command killp attempts to kill the specified external Windows Process on which a NAT32 thread may be waiting or which has inherited NAT32 handles. A child process is typically created with one of the execw or win commands, whereas a wireshark process is started with the start wireshark command.

Command xevent sets the WIN32 exit event of a thread. This may cause the thread to exit.

Command xsem signals the semaphore of a thread. This may cause the thread to exit.

SEE ALSO
ps, exec, wtrace