Querying information about processes, groups, or destination threads
Querying information about processes, groups, and destination threads can be performed in the same manner as threads. The difference is that the NCI module does not provide a command to directly get the destination thread amount.
For processes you have one more option to get the threads included in that process. For groups, you get all options on processes, except that you cannot get data on a group. A group is a conceptual item in NetConfig and not a real list.
This is the provided command list:
get group connections <group>
get group count
get group list
get process connections <process>
get process count
get process data <process>
get process list
get destination data <dest>
get destination list
Except for retrieval information from NetConfig, the NCI module also provides judgment utilities for groups and processes. You can know whether a thread is in a group or process by directly calling the command:
ingroup <group> <thread>
inprocess <process> <thread>