LunaHook-mirror/LunaHook/engine32/Jellyfish.h

13 lines
248 B
C
Raw Normal View History

2024-05-06 23:30:27 +08:00
2024-02-07 20:59:24 +08:00
class Jellyfish:public ENGINE{
public:
Jellyfish(){
2024-06-05 15:09:08 +08:00
is_engine_certain=false;
2024-02-07 20:59:24 +08:00
check_by=CHECK_BY::FILE_ALL;
2024-06-05 15:09:08 +08:00
check_by_target=check_by_list{L"ism.dll"};//,L"data.isa"};
2024-02-07 20:59:24 +08:00
};
bool attach_function();
};