Panoptes
1.0.0
Endpoint Detection and Response
Loading...
Searching...
No Matches
src
scanner
PanoptesScanCLI
include
scanner_ipc.hpp
Go to the documentation of this file.
1
#pragma once
2
#include <string>
3
4
class
PanoptesServiceClient
{
5
public
:
6
PanoptesServiceClient
();
7
bool
QueuePeScan
(std::string PePath, std::string FileHash, std::string& message);
8
};
PanoptesServiceClient
Panoptes Service Client that is used to communicate with the Panoptes Service via.
Definition
container_ipc.hpp:36
PanoptesServiceClient::PanoptesServiceClient
PanoptesServiceClient()
PanoptesServiceClient::QueuePeScan
bool QueuePeScan(std::string PePath, std::string FileHash, std::string &message)
Generated by
1.9.8