HyperDbg Debugger
|
CR3 Structure. More...
#include <BasicTypes.h>
Public Attributes | ||
union { | ||
UINT64 Flags | ||
struct { | ||
UINT64 Pcid: 12 | ||
UINT64 PageFrameNumber: 36 | ||
UINT64 Reserved1: 12 | ||
UINT64 Reserved_2: 3 | ||
UINT64 PcidInvalidate: 1 | ||
} Fields | ||
}; | ||
CR3 Structure.
union { ... } _CR3_TYPE |
struct { ... } _CR3_TYPE::Fields |
UINT64 _CR3_TYPE::Flags |
UINT64 _CR3_TYPE::PageFrameNumber |
UINT64 _CR3_TYPE::Pcid |
UINT64 _CR3_TYPE::PcidInvalidate |
UINT64 _CR3_TYPE::Reserved1 |
UINT64 _CR3_TYPE::Reserved_2 |