Textractor/GUI/misc.h

13 lines
291 B
C
Raw Normal View History

2018-07-25 21:48:18 -07:00
#ifndef MISC_H
#define MISC_H
#include <QString>
#include <Windows.h>
#include "../texthook/host.h"
QString GetModuleName(DWORD processId, HMODULE module = NULL);
HookParam ParseHCode(QString HCode, DWORD processId);
QString GenerateHCode(HookParam hp, DWORD processId);
#endif // MISC_H