From b75f7c0cf020cbcf7f6bfec642a06c00928978f5 Mon Sep 17 00:00:00 2001 From: praydog Date: Sun, 9 Mar 2025 03:21:08 -0700 Subject: [PATCH] SDK: Fix wrong module name offset --- shared/sdk/RETypeDB.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shared/sdk/RETypeDB.hpp b/shared/sdk/RETypeDB.hpp index 25682dd0..3a4e4693 100644 --- a/shared/sdk/RETypeDB.hpp +++ b/shared/sdk/RETypeDB.hpp @@ -160,8 +160,9 @@ struct REModule { uint32_t flags; int32_t assembly_name_offset; // string int32_t location_offset; // string - uint32_t unk3[2]; + uint32_t unk3; uint32_t module_name_offset; // string + uint32_t unk4; int32_t types_count; int32_t types_start; int32_t methods_count;