mirror of
https://github.com/HolographicHat/Yae.git
synced 2026-04-20 08:09:05 +08:00
added dynamic resolving of CmdId and ToUInt16
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#pragma once
|
||||
#include <Windows.h>
|
||||
#include <type_traits>
|
||||
|
||||
#include <vector>
|
||||
|
||||
namespace Util
|
||||
{
|
||||
@@ -13,5 +13,6 @@ namespace Util
|
||||
void ErrorDialog(LPCSTR msg);
|
||||
void Win32ErrorDialog(DWORD code, DWORD winerrcode);
|
||||
|
||||
|
||||
uintptr_t PatternScan(uintptr_t start, uintptr_t end, const char* pattern);
|
||||
std::vector<uintptr_t> PatternScanAll(uintptr_t start, uintptr_t end, const char* pattern);
|
||||
}
|
||||
Reference in New Issue
Block a user