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