mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-23 22:05:36 +08:00
12 lines
269 B
C++
12 lines
269 B
C++
#include"engine.h"
|
|
|
|
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();
|
|
};
|