1
0
mirror of https://github.com/Artikash/Textractor.git synced 2025-01-14 19:33:52 +08:00

8 lines
141 B
C
Raw Normal View History

2019-06-02 02:09:17 -04:00
#pragma once
#include "common.h"
#include "types.h"
void SearchForText(wchar_t* text, UINT codepage);
2019-06-02 02:09:17 -04:00
void SearchForHooks(SearchParam sp);