# README

Processes

Commands for manipulating remote processes, e.g. ps, terminate, etc.

# Functions

Commands returns the “ command and its subcommands.
GetPIDByName - Get a PID by name from the active session.
No description provided by the author
NewPsTree creates a new PsTree.
PrintProcessDump - Handle the results of a process dump.
PrintPS - Prints the process list.
No description provided by the author
No description provided by the author
PrintTerminate - Print the results of the terminate command.
ProcdumpCmd - Dump the memory of a remote process.
PsCmd - List processes on the remote system.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SortProcessesByPID - Sorts a list of processes by PID.
TerminateCmd - Terminate a process on the remote system.

# Structs

A PsTree is a tree of *commonpb.Process.