Panoptes 1.0.0
Endpoint Detection and Response
Loading...
Searching...
No Matches
Public Types | List of all members
ExtensibilityCore Class Reference

The core class for all extensibility to inherit from. More...

#include <ExtensibilityCore.h>

Public Types

typedef int(* PanoBindPtr) (int)
 
typedef bool(* PanoEntryPtr) (PeScan *, MemScan *)
 
typedef bool(* PanoUnbindPtr) ()
 

Detailed Description

The core class for all extensibility to inherit from.

Definition at line 31 of file ExtensibilityCore.h.

Member Typedef Documentation

◆ PanoBindPtr

typedef int(* ExtensibilityCore::PanoBindPtr) (int)

Definition at line 33 of file ExtensibilityCore.h.

◆ PanoEntryPtr

typedef bool(* ExtensibilityCore::PanoEntryPtr) (PeScan *, MemScan *)

Definition at line 34 of file ExtensibilityCore.h.

◆ PanoUnbindPtr

typedef bool(* ExtensibilityCore::PanoUnbindPtr) ()

Definition at line 35 of file ExtensibilityCore.h.


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