Bitdefender Hypervisor Memory Introspection
serializers.h File Reference
#include "introtypes.h"

Go to the source code of this file.

Functions

void IntSerializeException (void *Victim, void *Originator, DWORD Type, INTRO_ACTION Action, INTRO_ACTION_REASON Reason, INTRO_EVENT_TYPE EventClass)
 The entry point of the serializer; will serialize the provided exception if the violation is blocked or the feedback flag is set. More...
 

Function Documentation

◆ IntSerializeException()

void IntSerializeException ( void *  Victim,
void *  Originator,
DWORD  Type,
INTRO_ACTION  Action,
INTRO_ACTION_REASON  Reason,
INTRO_EVENT_TYPE  EventClass 
)

The entry point of the serializer; will serialize the provided exception if the violation is blocked or the feedback flag is set.

The base64 buffer is logged.

Parameters
[in]OriginatorThe originator object.
[in]VictimThe victim object.
[in]TypeThe type of the exception (user-mode/kernel-mode).
[in]ActionThe action that was taken as the result of this alert.
[in]ReasonThe reason for which Action was taken.
[in]EventClassThe type of event.

Definition at line 3713 of file serializers.c.