MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / Enter

Method Enter

KernelLibrary/GuardedRegion.cpp:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "GuardedRegion.h"
3
4void GuardedRegion::Enter() {
5 KeEnterGuardedRegion();
6}
7
8void GuardedRegion::Leave() {
9 KeLeaveGuardedRegion();

Callers 1

AutoEnterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected