HyperDbg Debugger
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
i
k
l
m
n
p
r
s
t
v
w
Functions
a
b
c
d
e
f
g
i
k
l
m
n
p
r
s
t
w
Variables
c
d
e
f
g
i
k
l
m
r
s
t
v
w
Classes
Class List
Class Index
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
x
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Typedefs
Enumerations
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
v
w
z
Enumerations
_
h
k
r
t
v
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
Loading...
Searching...
No Matches
Msr.h
Go to the documentation of this file.
1
12
#pragma once
13
15
// Structures //
17
22
typedef
union
_MSR
23
{
24
struct
25
{
26
ULONG
Low
;
27
ULONG
High
;
28
}
Fields
;
29
30
UINT64
Flags
;
31
32
}
MSR
, *
PMSR
;
22
typedef
union
_MSR
{
…
};
UINT64
unsigned __int64 UINT64
Definition
BasicTypes.h:21
ULONG
unsigned long ULONG
Definition
BasicTypes.h:37
MSR
union _MSR MSR
General MSR Structure.
PMSR
union _MSR * PMSR
_MSR
General MSR Structure.
Definition
Msr.h:23
_MSR::Fields
struct _MSR::@1 Fields
_MSR::Flags
UINT64 Flags
Definition
Msr.h:30
_MSR::Low
ULONG Low
Definition
Msr.h:26
_MSR::High
ULONG High
Definition
Msr.h:27
hyperdbg
hyperhv
header
common
Msr.h
Generated by
1.11.0