LunaHook-mirror/LunaHook/hookfinder.h

7 lines
121 B
C
Raw Normal View History

2024-02-07 20:59:24 +08:00
#pragma once
#include "types.h"
void SearchForText(wchar_t* text, UINT codepage);
void SearchForHooks(SearchParam sp);