Bitdefender Hypervisor Memory Introspection
cr_protection.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2020 Bitdefender
3  * SPDX-License-Identifier: Apache-2.0
4  */
5 #ifndef _CR_PROTECTION_H_
6 #define _CR_PROTECTION_H_
7 
8 #include "introtypes.h"
9 
12  void
13  );
14 
17  void
18  );
19 
20 #endif // _CR_PROTECTION_H_
int INTSTATUS
The status data type.
Definition: introstatus.h:24
INTSTATUS IntCr4Unprotect(void)
Disables the CR4 protection.
INTSTATUS IntCr4Protect(void)
Activates the Cr4 protection.