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

16 lines
521 B
C++

class Yuris:public ENGINE{
public:
Yuris(){
check_by=CHECK_BY::CUSTOM;
is_engine_certain=false;
check_by_target=[](){
// jichi 8/1/2014: YU-RIS engine, lots of clockup game also has this pattern
// jichi 8/14/2013: CLOCLUP: "ノーブレスオブリージュ" would crash the game.
return (Util::CheckFile(L"pac\\*.ypf") || Util::CheckFile(L"*.ypf")) &&(!Util::CheckFile(L"noblesse.exe"));
};
};
bool attach_function();
};