Files
time-mocker-cpp/TimeMocker.Hook/exports.cpp
T
2026-02-27 17:30:37 +07:00

8 lines
199 B
C++

#include <Windows.h>
// Exported sentinel — lets the injector verify the DLL was built correctly
extern "C" __declspec(dllexport) DWORD TimeMockerHookVersion()
{
return 0x0001'0000; // v1.0
}