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

Function LogInfo

KernelLibrary/Logging.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17ULONG LogInfo(PCSTR format, ...) {
18 va_list list;
19 va_start(list, format);
20 return vDbgPrintExWithPrefix(DRIVER_PREFIX, DPFLTR_IHVDRIVER_ID, static_cast<ULONG>(LogLevel::Information), format, list);
21}
22
23ULONG LogDebug(PCSTR format, ...) {
24 va_list list;

Callers 11

FreeSectionMethod · 0.85
CreateKnownDllSectionMethod · 0.85
DelProtectPreCreateFunction · 0.85
EnumKernelTimerMethod · 0.85
GetKernelTimerCountMethod · 0.85
EnumIoTimerMethod · 0.85
OnImageLoadNotifyFunction · 0.85
EnumRegistryNotifyFunction · 0.85
EnumObCallbackNotifyFunction · 0.85
AntiRootkitDeviceControlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected