mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-24 06:15:35 +08:00
15 lines
320 B
C
15 lines
320 B
C
|
#include"engine.h"
|
||
|
|
||
|
class ENTERGRAM:public ENGINE{
|
||
|
public:
|
||
|
ENTERGRAM(){
|
||
|
|
||
|
check_by=CHECK_BY::CUSTOM;
|
||
|
is_engine_certain=false;
|
||
|
check_by_target=[](){
|
||
|
return GetProcAddress(GetModuleHandleA(0),"agsCheckDriverVersion");
|
||
|
};
|
||
|
};
|
||
|
bool attach_function();
|
||
|
};
|
||
|
|