1
0
mirror of https://github.com/Artikash/Textractor.git synced 2025-01-13 02:43:52 +08:00
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