LunaHook-mirror/LunaHook/engine32/C4.h
2024-02-07 20:59:24 +08:00

11 lines
211 B
C++

#include"engine.h"
class C4:public ENGINE{
public:
C4(){
check_by=CHECK_BY::FILE_ANY;
check_by_target=check_by_list{L"C4.EXE",L"XEX.EXE"};
};
bool attach_function();
};