Panoptes 1.0.0
Endpoint Detection and Response
Loading...
Searching...
No Matches
scanner_ipc.hpp
Go to the documentation of this file.
1#pragma once
2#include <string>
3
5public:
7 bool QueuePeScan(std::string PePath, std::string FileHash, std::string& message);
8};
Panoptes Service Client that is used to communicate with the Panoptes Service via.
bool QueuePeScan(std::string PePath, std::string FileHash, std::string &message)
Send a request to the Panoptes Service to scan a PE file.