![]() |
Panoptes 1.0.0
Endpoint Detection and Response
|
Go to the source code of this file.
Functions | |
| std::string | BuildContainerCommandLine (Configuration::ContainerType ext) |
| ERRORCODE | StartContainers (std::vector< Configuration::ContainerType > selectedExtensibility) |
| std::string BuildContainerCommandLine | ( | Configuration::ContainerType | ext | ) |
Definition at line 6 of file containers.cpp.
References EXT_AMSI, EXT_PE, EXT_YARA, GetCurrentPath(), and result.
Referenced by StartContainers().
| ERRORCODE StartContainers | ( | std::vector< Configuration::ContainerType > | selectedExtensibility | ) |
Definition at line 30 of file containers.cpp.
References BuildContainerCommandLine(), CONTAINER_START, EXT_SELECTED, and PANO_SUCCESS.
Referenced by WinMain().