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

Go to the source code of this file.

Functions

INTSTATUS IntWinGuestIsSupported (void)
 Load os information from cami. More...
 
BOOLEAN IntWinGuestIsIncreasedUserVa (void)
 Check if the guest has an increased user address space. More...
 

Function Documentation

◆ IntWinGuestIsIncreasedUserVa()

BOOLEAN IntWinGuestIsIncreasedUserVa ( void  )

Check if the guest has an increased user address space.

Returns
TRUE If the guest is x86 and the value in MmHighestUserAddress is greater than 2GB, FALSE otherwise.

Definition at line 43 of file winguest_supported.c.

Referenced by IntWinGuestFinishInit().

◆ IntWinGuestIsSupported()

INTSTATUS IntWinGuestIsSupported ( void  )

Load os information from cami.

Loads all os specific information from cami, for the current guest described by GUEST_STATE.OSVersion and GUEST_STATE.KptiInstalled, then sets GUEST_STATE.SafeToApplyOptions.

INT_STATUS_SUCCESS if successful, or an appropriate INTSTATUS error value.

Definition at line 12 of file winguest_supported.c.

Referenced by IntWinGuestFinishInit().