LunaHook-mirror/LunaHook/engine32/RUGP.h
test123456654321 4a56a39d68 muv
2024-10-26 12:13:26 +08:00

16 lines
272 B
C++

class RUGP : public ENGINE
{
public:
RUGP()
{
check_by = CHECK_BY::CUSTOM;
check_by_target = []()
{
return (wcsstr(processName_lower, L"rugp") || Util::CheckFile(L"rugp.exe"));
};
};
bool attach_function();
};