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

Function LogDebug

KernelLibrary/Logging.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23ULONG LogDebug(PCSTR format, ...) {
24 va_list list;
25 va_start(list, format);
26 return vDbgPrintExWithPrefix(DRIVER_PREFIX, DPFLTR_IHVDRIVER_ID, static_cast<ULONG>(LogLevel::Debug), format, list);
27}
28
29ULONG LogVerbose(PCSTR format, ...) {
30 va_list list;

Callers 8

DetourSkipJmpFunction · 0.85
DetourFindJmpBoundsFunction · 0.85
DetourAllocTrampolineFunction · 0.85
DetourAttachExFunction · 0.85
IsMappedByLdrLoadDllMethod · 0.85
OnImageLoadNotifyFunction · 0.85
RemoveImageNotifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected