LunaHook-mirror/LunaHook/engine64/yuzusuyu.h
恍兮惚兮 6a43cd5b86 pch
2024-05-06 23:31:54 +08:00

16 lines
389 B
C++

class yuzusuyu:public ENGINE{
public:
yuzusuyu(){
is_engine_certain=false;
check_by=CHECK_BY::CUSTOM;
check_by_target=[](){
return (wcscmp(processName_lower, L"suyu.exe")==0 || wcscmp(processName_lower, L"yuzu.exe")==0|| wcscmp(processName_lower, L"sudachi.exe")==0);
};
};
bool attach_function();
};