Skip to content

Commit

Permalink
Update addresses for patch 1.5 hotfix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
wopss committed Feb 28, 2022
1 parent b364633 commit fcb5a4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/red4ext.dll/Addresses.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ namespace Addresses
constexpr uintptr_t ImageBase = 0x140000000;

#pragma region CGameApplication
constexpr uintptr_t CGameApplication_Run = 0x140A67400 - ImageBase; // 48 89 5C 24 08 57 48 83 EC 20 48 8B D9 33 FF 90, expected: 3, index: 0
constexpr uintptr_t CGameApplication_Run = 0x140A673B0 - ImageBase; // 48 89 5C 24 08 57 48 83 EC 20 48 8B D9 33 FF 90, expected: 3, index: 0
#pragma endregion

#pragma region CInitializationState
constexpr uintptr_t CInitializationState_Run = 0x140A68D70 - ImageBase; // 48 83 EC 28 48 8B 05 ? ? ? ? 4C 8B C2 8B 88 F8 00 00 00, expected: 1, index: 0
constexpr uintptr_t CInitializationState_Run = 0x140A68D20 - ImageBase; // 48 83 EC 28 48 8B 05 ? ? ? ? 4C 8B C2 8B 88 F8 00 00 00, expected: 1, index: 0
#pragma endregion

#pragma region CRunningState
constexpr uintptr_t CRunningState_Run = 0x140A68EB0 - ImageBase; // 40 53 48 83 EC 20 48 8B 0D ? ? ? ? 48 8B DA E8 ? ? ? ? 84 C0, expected: 1, index: 0
constexpr uintptr_t CRunningState_Run = 0x140A68E60 - ImageBase; // 40 53 48 83 EC 20 48 8B 0D ? ? ? ? 48 8B DA E8 ? ? ? ? 84 C0, expected: 1, index: 0
#pragma endregion

#pragma region CShutdownState
constexpr uintptr_t CShutdownState_Run = 0x140A68FC0 - ImageBase; // 48 89 6C 24 18 56 48 83 EC 30 48 8B 0D ? ? ? ?, expected: 1, index: 0
constexpr uintptr_t CShutdownState_Run = 0x140A68F70 - ImageBase; // 48 89 6C 24 18 56 48 83 EC 30 48 8B 0D ? ? ? ?, expected: 1, index: 0
#pragma endregion

#pragma region Global
Expand Down

0 comments on commit fcb5a4c

Please sign in to comment.