LunaHook-mirror/LunaHook/engine64/livecaptions.h
恍兮惚兮 163835bec9 some
2024-10-04 14:37:06 +08:00

17 lines
345 B
C++

class livecaptions : public ENGINE
{
public:
livecaptions()
{
check_by = CHECK_BY::CUSTOM;
check_by_target = []()
{
return GetModuleHandle(L"vcruntime140_app.dll") && GetModuleHandle(L"Microsoft.CognitiveServices.Speech.extension.embedded.sr.dll");
};
};
bool attach_function();
};