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

14 lines
273 B
C++

class Bootup:public ENGINE{
public:
Bootup(){
check_by=CHECK_BY::FILE;
check_by_target=L"Bootup.dat";
is_engine_certain=false;
// lstrlenW can also find text with repetition though
};
bool attach_function();
};