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