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

Function LogError

KernelLibrary/Logging.cpp:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11ULONG LogError(PCSTR format, ...) {
12 va_list list;
13 va_start(list, format);
14 return vDbgPrintExWithPrefix(DRIVER_PREFIX, DPFLTR_IHVDRIVER_ID, static_cast<ULONG>(LogLevel::Error), format, list);
15}
16
17ULONG LogInfo(PCSTR format, ...) {
18 va_list list;

Callers 11

GetSectionMethod · 0.85
FreeSectionMethod · 0.85
CreateKnownDllSectionMethod · 0.85
DetourAllocTrampolineFunction · 0.85
OnImageLoadNotifyFunction · 0.85
RemoveImageNotifyFunction · 0.85
RemoveSystemNotifyFunction · 0.85
RemoveMiniFilterFunction · 0.85
DriverEntryFunction · 0.85
AntiRootkitDeviceControlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected