LunaHook-mirror/LunaHook/engine32/Anex86.h
恍兮惚兮 edc5efec99 format
2024-11-02 15:49:09 +08:00

16 lines
280 B
C++

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