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

11 lines
194 B
C++

#include"engine.h"
class AB2Try:public ENGINE{
public:
AB2Try(){
check_by=CHECK_BY::FILE;
check_by_target=L"Yanesdk.dll";
};
bool attach_function();
};