4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / utils.h H
#pragma once

#include <Windows.h>
#include <string>

void* GetKernelBase();
uintptr_t GetKernelFunctionAddress(const char* functionName);
void Log(const std::wstring& message);
void LogPointer(const std::wstring& name, void* ptr);