mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-27 07:44:02 +08:00
13 lines
175 B
C++
13 lines
175 B
C++
|
|
|
|
class AB2Try : public ENGINE
|
|
{
|
|
public:
|
|
AB2Try()
|
|
{
|
|
|
|
check_by = CHECK_BY::FILE;
|
|
check_by_target = L"Yanesdk.dll";
|
|
};
|
|
bool attach_function();
|
|
}; |