From 521e7f30d172ac49434487ccefa13f2ab9814b69 Mon Sep 17 00:00:00 2001 From: CorrM Date: Sun, 9 Jun 2019 11:09:07 +0200 Subject: [PATCH] # --- UnrealFinderTool/GObjectsFinder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnrealFinderTool/GObjectsFinder.cpp b/UnrealFinderTool/GObjectsFinder.cpp index ca539f0..a80c0f4 100644 --- a/UnrealFinderTool/GObjectsFinder.cpp +++ b/UnrealFinderTool/GObjectsFinder.cpp @@ -19,7 +19,7 @@ std::vector GObjectsFinder::Find() { std::vector ret; // dwStart = !_memory->Is64Bit ? 0x100000 : static_cast(0x7FF00000); - dwEnd = !Utils::MemoryObj->Is64Bit ? 0x7FEFFFFF : static_cast(0x7fffffffffff); + dwEnd = !Utils::MemoryObj->Is64Bit ? 0x7FEFFFFF : uintptr_t(0x7fffffffffff); // Start scan for TArrays SYSTEM_INFO si = { 0 };