#include <Windows.h>
#include <string>
Go to the source code of this file.
|
| struct | PeScan |
| | The information about the file to be scanned that passed between the container, extensibility and the Panoptes Service. More...
|
| |
| struct | MemScan |
| | The information about the memory to be scanned that passed between the container, extensibility and the Panoptes Service. More...
|
| |
| class | ExtensibilityCore |
| | The core class for all extensibility to inherit from. More...
|
| |
◆ PANO_API
| #define PANO_API __declspec(dllexport) |
◆ SERVICE_PORT
| #define SERVICE_PORT 50055 |
◆ ExtensibilityType
The type of extensibility.
| Enumerator |
|---|
| EXTENSIBILITY_TYPE_NOT_SET | |
| EXTENSIBILITY_TYPE_AMSI | |
| EXTENSIBILITY_TYPE_PE | |
| EXTENSIBILITY_TYPE_YARA | |
Definition at line 10 of file ExtensibilityCore.h.
10 {
15};
@ EXTENSIBILITY_TYPE_AMSI
@ EXTENSIBILITY_TYPE_NOT_SET
@ EXTENSIBILITY_TYPE_YARA