Skip to content

Commit

Permalink
making amd memory cloak possible (100% untested, may break stuff, just
Browse files Browse the repository at this point in the history
commiting it in case of hd failure)
  • Loading branch information
cheat-engine committed Jun 8, 2020
1 parent 147daac commit 0b25470
Show file tree
Hide file tree
Showing 23 changed files with 1,894 additions and 896 deletions.
4 changes: 2 additions & 2 deletions dbvm/vmm/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ typedef volatile struct _PDE_PAE
unsigned PFN : 28; // page-frame number
unsigned reserved4 : 23;
unsigned EXB : 1;
} __attribute__((__packed__)) *PPDE_PAE;
} __attribute__((__packed__)) _PDE_PAE, *PPDE_PAE;

typedef volatile struct _PDE2MB_PAE
{
Expand Down Expand Up @@ -468,7 +468,7 @@ typedef struct _PPDPTE_PAE_BS
unsigned A3 : 1; // available 3
unsigned PFN : 24; // page-frame number
unsigned reserved3 : 28;
} __attribute__((__packed__)) *PPDPTE_PAE_BS;
} __attribute__((__packed__)) _PDPTE_PAE_BS, *PPDPTE_PAE_BS;

typedef volatile struct _PPML4
{
Expand Down
Loading

0 comments on commit 0b25470

Please sign in to comment.