MCPcopy Create free account
hub / github.com/NoMercy-ac/NoMercy / EnableWriteProtection

Function EnableWriteProtection

Source/Client/NM_Sys/API/CPU.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 }
89
90 void EnableWriteProtection()
91 {
92 __writecr0(__readcr0() | (1 << 16));
93 }
94
95 bool IsSmepPresent()
96 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected