Skip to content

Commit

Permalink
Fix opcode handlers offset
Browse files Browse the repository at this point in the history
  • Loading branch information
wopss committed Dec 5, 2023
1 parent 2cb2de4 commit d6c00f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/RED4ext/Addresses.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ constexpr uintptr_t Memory_PoolStorage_OOM = 0x141FD9AEC - ImageBase; // 48 83 E
#pragma endregion

#pragma region OpcodeHandlers
constexpr uintptr_t OpcodeHandlers = 0x1432F4D30 - ImageBase; // 4C 8D 05 ? ? ? ? 48 8D 0D ? ? ? ? 4C 89 9B ? ? ? ?, expected: 2, index: 0, offset: 3
constexpr uintptr_t OpcodeHandlers = 0x1432B4D30 - ImageBase; // 4C 8D 05 ? ? ? ? 48 8D 0D ? ? ? ? 4C 89 9B ? ? ? ?, expected: 2, index: 1, offset: 3
#pragma endregion

#pragma region ResourceDepot
Expand Down

0 comments on commit d6c00f5

Please sign in to comment.