LunaHook-mirror/LunaHook/engine32/C4.h

11 lines
211 B
C
Raw Normal View History

2024-02-07 20:59:24 +08:00
#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();
};