Panoptes 1.0.0
Endpoint Detection and Response
Loading...
Searching...
No Matches
Macros
service_constants.h File Reference

Go to the source code of this file.

Macros

#define EXT_AMSI   "PanoptesAMSI.dll"
 
#define EXT_YARA   "PanoptesYara.dll"
 
#define EXT_PE   "PanoptesPE.dll"
 
#define EXT_ML   "PanoptesML.dll"
 
#define SERVICE_MUTEX   "Panoptes"
 
#define PANOPTES_DATABASE_PATH   "C:\\ProgramData\\Panoptes\\Database"
 
#define LOG_FOLDER   L"C:\\ProgramData\\Panoptes\\Logs\\"
 
#define BASE_FILENAME   L"pano"
 
#define FILE_EXTENSION   L".log"
 
#define MAX_FILE_SIZE   1024 * 1024 * 5
 
#define ERRORCODE   int
 
#define KERNEL_DRIVER_SERVICE_NAME   "Panoptes"
 
#define TRACE_NAMEW   L"Panoptes"
 

Macro Definition Documentation

◆ BASE_FILENAME

#define BASE_FILENAME   L"pano"

Definition at line 19 of file service_constants.h.

◆ ERRORCODE

#define ERRORCODE   int

Definition at line 25 of file service_constants.h.

◆ EXT_AMSI

#define EXT_AMSI   "PanoptesAMSI.dll"

Definition at line 3 of file service_constants.h.

◆ EXT_ML

#define EXT_ML   "PanoptesML.dll"

Definition at line 6 of file service_constants.h.

◆ EXT_PE

#define EXT_PE   "PanoptesPE.dll"

Definition at line 5 of file service_constants.h.

◆ EXT_YARA

#define EXT_YARA   "PanoptesYara.dll"

Definition at line 4 of file service_constants.h.

◆ FILE_EXTENSION

#define FILE_EXTENSION   L".log"

Definition at line 20 of file service_constants.h.

◆ KERNEL_DRIVER_SERVICE_NAME

#define KERNEL_DRIVER_SERVICE_NAME   "Panoptes"

Definition at line 29 of file service_constants.h.

◆ LOG_FOLDER

#define LOG_FOLDER   L"C:\\ProgramData\\Panoptes\\Logs\\"

Definition at line 18 of file service_constants.h.

◆ MAX_FILE_SIZE

#define MAX_FILE_SIZE   1024 * 1024 * 5

Definition at line 21 of file service_constants.h.

◆ PANOPTES_DATABASE_PATH

#define PANOPTES_DATABASE_PATH   "C:\\ProgramData\\Panoptes\\Database"

Definition at line 14 of file service_constants.h.

◆ SERVICE_MUTEX

#define SERVICE_MUTEX   "Panoptes"

Definition at line 10 of file service_constants.h.

◆ TRACE_NAMEW

#define TRACE_NAMEW   L"Panoptes"

Definition at line 33 of file service_constants.h.