# Functions
No description provided by the author
No description provided by the author
CheckAndReportBinariesStatus checks the running status of all binary files and reports it.
CheckBinariesRunning checks if all binary files are running as expected and returns any errors encountered.
CheckBinariesStop checks if all binary files have stopped and returns an error if there are any binaries still running.
No description provided by the author
CheckProcessNames checks if the number of processes running that match the specified path equals the expected count.
CompileForPlatform Main compile function.
DetectPlatform detects the operating system and architecture.
FetchProcesses returns a map of executable paths to their running count.
FindPIDsByBinaryPath returns a map of executable paths to slices of PIDs.
GetBinFullPath constructs and returns the full path for the given binary name.
GetToolFullPath constructs and returns the full path for the given tool name.
No description provided by the author
KillExistBinaries iterates over all binary files and kills their corresponding processes.
KillExistBinary kills all processes matching the given binary file path.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PrintListenedPortsByBinaries iterates over all binary files and prints the ports they are listening on.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
StartBinaries Start all binary services.
StartTools starts all tool binaries.
StartToolsAndServices starts the process for tools and services.
StopAndCheckBinaries stops all binary processes and checks if they have all stopped.
StopBinaries iterates over all binary files and terminates their corresponding processes.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author