lib for 3.3

This commit is contained in:
HolographicHat
2022-12-07 12:13:27 +08:00
parent 349e15fe25
commit e2f1f1e343
6 changed files with 38 additions and 24 deletions

View File

@@ -2,6 +2,7 @@
using std::string;
VOID DisableVMProtect();
bool IsLittleEndian();
HWND FindMainWindowByPID(DWORD pid);
UINT32 GCHandle_New(LPVOID object, bool pinned);