mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-23 13:55:36 +08:00
14 lines
320 B
C++
14 lines
320 B
C++
#include"Erogos.h"
|
|
//らぶフェチ ~マゾ編~
|
|
//らぶフェチ~千聡編~
|
|
|
|
bool Erogos::attach_function() {
|
|
|
|
HookParam hp;
|
|
hp.address = (DWORD)TextOutA;
|
|
hp.type=USING_STRING|USING_SPLIT;
|
|
hp.split=get_stack(4);
|
|
hp.offset=get_stack(4);
|
|
hp.length_offset=5;
|
|
return NewHook(hp, "Erogos");
|
|
}
|