LunaHook-mirror/LunaHook/engine32/tamasoft.cpp
恍兮惚兮 de9ee4d8bf tamasoft
2024-04-30 17:33:43 +08:00

9 lines
237 B
C++

#include"tamasoft.h"
bool tamasoft::attach_function() {
HookParam hp;
hp.address=(DWORD)TextOutA;
hp.offset=get_stack(4);
hp.split=get_stack(4);
hp.type=USING_STRING|USING_SPLIT;
return NewHook(hp,"tamasoft");
}