LunaHook-mirror/LunaHook/hookfinder.h

5 lines
101 B
C
Raw Permalink Normal View History

2024-02-07 20:59:24 +08:00
#pragma once
2024-07-21 21:04:12 +08:00
void SearchForText(wchar_t *text, UINT codepage);
2024-02-07 20:59:24 +08:00
void SearchForHooks(SearchParam sp);