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

Method Initialize

KernelLibrary/Section.cpp:14–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13
14NTSTATUS Section::Initialize(SectionType type){
15 // Initialize this object
16 _type = type;
17
18 // Initialize our singleton
19 RtlRunOnceInitialize(&_sectionSingletonState);
20
21 return STATUS_SUCCESS;
22}
23
24// Get DLL section object
25NTSTATUS Section::GetSection(DllStats** ppSectionInfo) {

Callers 1

AntiRootkitDeviceControlFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected