Fix for GTA Build 3179 (#2946)

* Removed old and unused security pointer/signature
* Updated GTAV-Classes
This commit is contained in:
Quentin 2024-04-17 15:05:09 +02:00 committed by GitHub
parent 10bec398bb
commit 382ddb319b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 11 deletions

View File

@ -3,7 +3,7 @@ include(FetchContent)
FetchContent_Declare(
gtav_classes
GIT_REPOSITORY https://github.com/Yimura/GTAV-Classes.git
GIT_TAG ddd118410c5ede28e3a5978ebda93b83634d3293
GIT_TAG b13929ce04c86abb0b5aac3149bafca84de26677
GIT_PROGRESS TRUE
CONFIGURE_COMMAND ""
BUILD_COMMAND ""

View File

@ -225,7 +225,6 @@ namespace big
PVOID m_broadcast_net_array;
rage::atSingleton<rage::RageSecurity>* m_security;
PVOID m_prepare_metric_for_sending;
PVOID m_queue_dependency;

View File

@ -841,15 +841,6 @@ namespace big
g_pointers->m_gta.m_broadcast_net_array = ptr.as<PVOID>();
}
},
// Rage Security
{
"RS",
"48 8B 1D ? ? ? ? 33 F6 BD C3 9E 26 00",
[](memory::handle ptr)
{
g_pointers->m_gta.m_security = ptr.add(3).rip().as<rage::atSingleton<rage::RageSecurity>*>();
}
},
// Send Session Matchmaking Attributes
{
"SSMA",