Bitdefender Hypervisor Memory Introspection
_SIG_VERSION_OS Struct Reference

Describes a operating system version signature. More...

#include <exceptions.h>

Data Fields

LIST_ENTRY Link
 
EXCEPTION_SIGNATURE_ID Id
 An unique id (EXCEPTION_SIGNATURE_ID). More...
 
DWORD Flags
 Contains any flags from SIGNATURE_FLG. More...
 
BOOLEAN AlertSignature
 True if the signature is added from alert. More...
 
union {
   struct {
      BYTE   Version
 
      BYTE   Patch
 
      WORD   Sublevel
 
      WORD   Backport
 
      BYTE   _Reserved [2]
 
   } 
 < Contains the minimum version.patch.sublevel-backport of the operating system (used for Linux). More...
 
   QWORD   Value
 Contains the minimum build number of the operating system (used for windows). More...
 
Minimum
 
union {
   struct {
      BYTE   Version
 
      BYTE   Patch
 
      WORD   Sublevel
 
      WORD   Backport
 
      BYTE   _Reserved [2]
 
   } 
 < Contains the maximum version.patch.sublevel-backport of the operating system (used for Linux). More...
 
   QWORD   Value
 Contains the maximum build number of the operating system (used for Windows). More...
 
Maximum
 

Detailed Description

Describes a operating system version signature.

Definition at line 486 of file exceptions.h.

Field Documentation

◆ _Reserved

BYTE _SIG_VERSION_OS::_Reserved[2]

Definition at line 504 of file exceptions.h.

◆ AlertSignature

BOOLEAN _SIG_VERSION_OS::AlertSignature

True if the signature is added from alert.

Definition at line 493 of file exceptions.h.

Referenced by IntUpdateAddVersionOsSignature().

◆ Backport

WORD _SIG_VERSION_OS::Backport

Definition at line 503 of file exceptions.h.

◆ Flags

DWORD _SIG_VERSION_OS::Flags

Contains any flags from SIGNATURE_FLG.

Definition at line 491 of file exceptions.h.

Referenced by DbgDumpExceptions(), and IntUpdateAddVersionOsSignature().

◆ Id

EXCEPTION_SIGNATURE_ID _SIG_VERSION_OS::Id

An unique id (EXCEPTION_SIGNATURE_ID).

Definition at line 490 of file exceptions.h.

Referenced by DbgDumpExceptions(), and IntUpdateAddVersionOsSignature().

◆ Link

LIST_ENTRY _SIG_VERSION_OS::Link

Definition at line 488 of file exceptions.h.

Referenced by IntUpdateAddVersionOsSignature().

◆ Maximum

union { ... } _SIG_VERSION_OS::Maximum

◆ Minimum

union { ... } _SIG_VERSION_OS::Minimum

◆ Patch

BYTE _SIG_VERSION_OS::Patch

Definition at line 501 of file exceptions.h.

◆ Sublevel

WORD _SIG_VERSION_OS::Sublevel

Definition at line 502 of file exceptions.h.

◆ Value

QWORD _SIG_VERSION_OS::Value

Contains the minimum build number of the operating system (used for windows).

Contains the maximum build number of the operating system (used for Windows).

Definition at line 507 of file exceptions.h.

Referenced by DbgDumpExceptions(), and IntUpdateAddVersionOsSignature().

◆ Version

BYTE _SIG_VERSION_OS::Version

Definition at line 500 of file exceptions.h.


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