MCPcopy Create free account
hub / github.com/D4stiny/PeaceMaker / GetAlertQueue

Method GetAlertQueue

PeaceMaker Kernel/DetectionLogic.cpp:30–36  ·  view source on GitHub ↗

Get the alert queue for this detection logic instance. @return The Alert Queue. */

Source from the content-addressed store, hash-verified

28 @return The Alert Queue.
29*/
30PALERT_QUEUE
31DetectionLogic::GetAlertQueue (
32 VOID
33 )
34{
35 return this->alerts;
36}
37
38/**
39 Audit a stack history for invalid code.

Callers 1

IOCTLDeviceControlMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected