mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-24 06:15:35 +08:00
14 lines
304 B
C
14 lines
304 B
C
|
#include"engine.h"
|
||
|
|
||
|
class Anex86:public ENGINE{
|
||
|
public:
|
||
|
Anex86(){
|
||
|
|
||
|
check_by=CHECK_BY::CUSTOM;
|
||
|
check_by_target=[](){
|
||
|
|
||
|
return (wcsstr(processName_lower, L"anex86") || Util::CheckFile(L"anex86.exe"));
|
||
|
};
|
||
|
};
|
||
|
bool attach_function();
|
||
|
};
|