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

12 lines
251 B
C++

class Pal:public ENGINE{
public:
Pal(){
check_by=CHECK_BY::CUSTOM;
check_by_target=[](){
return Util::CheckFile(L"dll\\Pal.dll")||GetModuleHandleW(L"Pal.dll");
};
};
bool attach_function();
};