![]() |
Panoptes 1.0.0
Endpoint Detection and Response
|
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" |
| #define BASE_FILENAME L"pano" |
Definition at line 19 of file service_constants.h.
| #define ERRORCODE int |
Definition at line 25 of file service_constants.h.
| #define EXT_AMSI "PanoptesAMSI.dll" |
Definition at line 3 of file service_constants.h.
| #define EXT_ML "PanoptesML.dll" |
Definition at line 6 of file service_constants.h.
| #define EXT_PE "PanoptesPE.dll" |
Definition at line 5 of file service_constants.h.
| #define EXT_YARA "PanoptesYara.dll" |
Definition at line 4 of file service_constants.h.
| #define FILE_EXTENSION L".log" |
Definition at line 20 of file service_constants.h.
| #define KERNEL_DRIVER_SERVICE_NAME "Panoptes" |
Definition at line 29 of file service_constants.h.
| #define LOG_FOLDER L"C:\\ProgramData\\Panoptes\\Logs\\" |
Definition at line 18 of file service_constants.h.
| #define MAX_FILE_SIZE 1024 * 1024 * 5 |
Definition at line 21 of file service_constants.h.
| #define PANOPTES_DATABASE_PATH "C:\\ProgramData\\Panoptes\\Database" |
Definition at line 14 of file service_constants.h.
| #define SERVICE_MUTEX "Panoptes" |
Definition at line 10 of file service_constants.h.
| #define TRACE_NAMEW L"Panoptes" |
Definition at line 33 of file service_constants.h.