Panoptes 1.0.0
Endpoint Detection and Response
Loading...
Searching...
No Matches
Public Attributes | List of all members
PortableExecutable::PEScanData Struct Reference

The data that is sent to the Panoptes Service. More...

#include <PanoptesPE.h>

Public Attributes

std::vector< std::string > imports
 
std::vector< std::string > sections
 
std::vector< double > section_entropy
 
bool isSigned
 

Detailed Description

The data that is sent to the Panoptes Service.

Definition at line 11 of file PanoptesPE.h.

Member Data Documentation

◆ imports

std::vector<std::string> PortableExecutable::PEScanData::imports

Definition at line 12 of file PanoptesPE.h.

Referenced by PanoEntry(), and PanoptesServiceClient::SendResults_PE().

◆ isSigned

bool PortableExecutable::PEScanData::isSigned

Definition at line 15 of file PanoptesPE.h.

Referenced by PanoEntry(), and PanoptesServiceClient::SendResults_PE().

◆ section_entropy

std::vector<double> PortableExecutable::PEScanData::section_entropy

Definition at line 14 of file PanoptesPE.h.

Referenced by PanoEntry(), and PanoptesServiceClient::SendResults_PE().

◆ sections

std::vector<std::string> PortableExecutable::PEScanData::sections

Definition at line 13 of file PanoptesPE.h.

Referenced by PanoEntry(), and PanoptesServiceClient::SendResults_PE().


The documentation for this struct was generated from the following file: