![]() |
Panoptes 1.0.0
Endpoint Detection and Response
|
#include <structs.h>
Public Attributes | |
| LIST_ENTRY | ListEntry |
| BOOLEAN | is64Bit |
| HANDLE | ProcessId |
| BOOLEAN | Injected |
| BOOLEAN | ntdllLoaded |
| BOOLEAN | kernel32Loaded |
| BOOLEAN | kernelBaseLoaded |
| PVOID | kernel32BaseAddress |
| BOOLEAN _PANO_PROCESS_INFO::Injected |
Definition at line 9 of file structs.h.
Referenced by LoadImageNotifyRoutine(), and ProcessCreateCallback().
| BOOLEAN _PANO_PROCESS_INFO::is64Bit |
Definition at line 7 of file structs.h.
Referenced by InjectDllKernelApc(), and LoadImageNotifyRoutine().
| PVOID _PANO_PROCESS_INFO::kernel32BaseAddress |
Definition at line 13 of file structs.h.
Referenced by InjectDllKernelApc(), and LoadImageNotifyRoutine().
| BOOLEAN _PANO_PROCESS_INFO::kernel32Loaded |
Definition at line 11 of file structs.h.
Referenced by CanInject(), LoadImageNotifyRoutine(), and ProcessCreateCallback().
| BOOLEAN _PANO_PROCESS_INFO::kernelBaseLoaded |
Definition at line 12 of file structs.h.
Referenced by CanInject(), LoadImageNotifyRoutine(), and ProcessCreateCallback().
| LIST_ENTRY _PANO_PROCESS_INFO::ListEntry |
Definition at line 6 of file structs.h.
Referenced by ProcessCreateCallback().
| BOOLEAN _PANO_PROCESS_INFO::ntdllLoaded |
Definition at line 10 of file structs.h.
Referenced by CanInject(), LoadImageNotifyRoutine(), and ProcessCreateCallback().
| HANDLE _PANO_PROCESS_INFO::ProcessId |
Definition at line 8 of file structs.h.
Referenced by GetProcessInfo(), ProcessCreateCallback(), and RemoveProcessInfo().