HyperDbg Debugger
Loading...
Searching...
No Matches
Msr.h
Go to the documentation of this file.
1
12#pragma once
13
15// Structures //
17
22typedef union _MSR
23{
24 struct
25 {
29
31
unsigned __int64 UINT64
Definition BasicTypes.h:21
unsigned long ULONG
Definition BasicTypes.h:37
union _MSR MSR
General MSR Structure.
union _MSR * PMSR
General MSR Structure.
Definition Msr.h:23
struct _MSR::@1 Fields
UINT64 Flags
Definition Msr.h:30
ULONG Low
Definition Msr.h:26
ULONG High
Definition Msr.h:27