恍兮惚兮 f2315a7884 .
2024-12-09 21:06:21 +08:00

9 lines
241 B
C++

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