1
0
mirror of https://github.com/Artikash/Textractor.git synced 2025-01-14 03:13:54 +08:00

10 lines
168 B
C
Raw Normal View History

#pragma once
#include "types.h"
namespace HookCode
{
std::optional<HookParam> Parse(std::wstring code);
std::wstring Generate(HookParam hp, DWORD processId = 0);
}