mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-24 06:15:35 +08:00
15 lines
337 B
C++
15 lines
337 B
C++
|
|
|
|
class VALKYRIA:public ENGINE{
|
|
public:
|
|
VALKYRIA(){
|
|
|
|
check_by=CHECK_BY::CUSTOM;
|
|
is_engine_certain=true;
|
|
check_by_target=[](){
|
|
return Util::SearchResourceString(L"Copyright(C)VALKYRIA") && Util::CheckFile(L"data0*-00.dat");
|
|
|
|
};
|
|
}
|
|
bool attach_function();
|
|
}; |