Textractor_test/GUI/misc.h
2018-11-04 02:13:51 -05:00

14 lines
371 B
C++

#ifndef MISC_H
#define MISC_H
#include "qtcommon.h"
#include "types.h"
QString GetFullModuleName(DWORD processId, HMODULE module = NULL);
QString GetModuleName(DWORD processId, HMODULE module = NULL);
QMultiHash<QString, DWORD> GetAllProcesses();
std::optional<HookParam> ParseCode(QString HCode);
QString GenerateCode(HookParam hp, DWORD processId);
#endif // MISC_H