libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
introvirt::windows::nt::DBGKD_GET_VERSION64::DBGKD_VERS_FLAG Class Reference

Parser for the DBGKD_GET_VERSION64::Flags field. More...

#include <DBGKD_GET_VERSION64.hh>

Public Member Functions

bool MP () const
 
bool DATA () const
 
bool PTR64 () const
 
bool NOMM () const
 
bool HSS () const
 
bool PARTITIONS () const
 
 DBGKD_VERS_FLAG (uint16_t value)
 
 operator uint16_t () const
 

Detailed Description

Parser for the DBGKD_GET_VERSION64::Flags field.

Constructor & Destructor Documentation

◆ DBGKD_VERS_FLAG()

introvirt::windows::nt::DBGKD_GET_VERSION64::DBGKD_VERS_FLAG::DBGKD_VERS_FLAG ( uint16_t  value)
explicit

Member Function Documentation

◆ DATA()

bool introvirt::windows::nt::DBGKD_GET_VERSION64::DBGKD_VERS_FLAG::DATA ( ) const
Returns
True if the list DebuggerDataList is valid.

◆ HSS()

bool introvirt::windows::nt::DBGKD_GET_VERSION64::DBGKD_VERS_FLAG::HSS ( ) const
Returns
True if the target supports hardware stepping.

◆ MP()

bool introvirt::windows::nt::DBGKD_GET_VERSION64::DBGKD_VERS_FLAG::MP ( ) const
Returns
True if the target kernel was compiled with support for multiple processors.

◆ NOMM()

bool introvirt::windows::nt::DBGKD_GET_VERSION64::DBGKD_VERS_FLAG::NOMM ( ) const
Returns
True if the debugger's memory cache is active.

◆ operator uint16_t()

introvirt::windows::nt::DBGKD_GET_VERSION64::DBGKD_VERS_FLAG::operator uint16_t ( ) const
explicit

◆ PARTITIONS()

bool introvirt::windows::nt::DBGKD_GET_VERSION64::DBGKD_VERS_FLAG::PARTITIONS ( ) const
Returns
True if multiple operating system partitions exist.

◆ PTR64()

bool introvirt::windows::nt::DBGKD_GET_VERSION64::DBGKD_VERS_FLAG::PTR64 ( ) const
Returns
True if the target uses 64-bit pointers.

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