From 6b7200f459d78c79487735515538047af9eb7036 Mon Sep 17 00:00:00 2001 From: IcePixelx <41352111+PixieCore@users.noreply.github.com> Date: Wed, 21 Jul 2021 19:34:19 +0200 Subject: [PATCH] shorter sig for MSG_EngineError --- r5dev/include/address.h | 2 +- r5dev/include/patterns.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/r5dev/include/address.h b/r5dev/include/address.h index 6405fe8e..e8f357d9 100644 --- a/r5dev/include/address.h +++ b/r5dev/include/address.h @@ -77,7 +77,7 @@ public: MemoryAddress Deref(int deref = 1) { - std::uintptr_t reference = ptr; + std::uintptr_t reference = ptr; while (deref--) { diff --git a/r5dev/include/patterns.h b/r5dev/include/patterns.h index 758a5b63..567abe9b 100644 --- a/r5dev/include/patterns.h +++ b/r5dev/include/patterns.h @@ -50,7 +50,7 @@ namespace #pragma region Utility /*0x140295600*/ - FUNC_AT_ADDRESS(org_MSG_EngineError, int(*)(char*, va_list), r5_patterns.PatternSearch("48 89 5C 24 08 48 89 74 24 10 57 48 81 EC 30 08 00 00 48 8B DA 48 8B F9 E8 ?? ?? ?? FF 33 F6 48").GetPtr()); + FUNC_AT_ADDRESS(org_MSG_EngineError, int(*)(char*, va_list), r5_patterns.PatternSearch("48 89 5C 24 08 48 89 74 24 10 57 48 81 EC 30 08 00 00 48 8B DA").GetPtr()); #pragma endregion // Un-used atm. // DWORD64 p_KeyValues_FindKey = /*1404744E0*/ reinterpret_cast(PatternScan("r5apex.exe", "40 56 57 41 57 48 81 EC ?? ?? ?? ?? 45"));