From 324e2f7ee46a3857bfec29536c40e40f0a873255 Mon Sep 17 00:00:00 2001 From: Yimura <24669514+Yimura@users.noreply.github.com> Date: Sun, 23 Oct 2022 00:19:55 +0200 Subject: [PATCH] fix(ScInfo): Resize session_ticket to 88 bytes (#44) --- socialclub/ScInfo.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/socialclub/ScInfo.hpp b/socialclub/ScInfo.hpp index 1f8aad5..3157dae 100644 --- a/socialclub/ScInfo.hpp +++ b/socialclub/ScInfo.hpp @@ -8,8 +8,8 @@ class ScInfo public: char m_ticket[208]; //0x0000 char pad_00D0[304]; //0x00D0 - char m_session_ticket[96]; //0x0200 - rlSessionInfo base64 serialized? - char pad_0260[32]; //0x0260 + char m_session_ticket[88]; //0x0200 - rlSessionInfo base64 serialized? + char pad_0258[40]; //0x0258 uint32_t m_nonce; //0x0280 char pad_0284[4]; //0x0284 uint32_t m_account_id; //0x0288