Fixed Social Club Presence Data. (#2729)

This commit is contained in:
gir489 2024-02-20 12:29:02 -05:00 committed by GitHub
parent 4e294162fb
commit d737c01b33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1771,7 +1771,7 @@ namespace big
// Update instructions: Scan 48 89 5C 24 08 48 89 6C 24 10 48 89 74 24 18 57 41 56 41 57 48 83 EC 40 41 8B E9 and xref it to get to the vtable. Xref the vtable and generate a new signature // Update instructions: Scan 48 89 5C 24 08 48 89 6C 24 10 48 89 74 24 18 57 41 56 41 57 48 83 EC 40 41 8B E9 and xref it to get to the vtable. Xref the vtable and generate a new signature
{ {
"PD", "PD",
"48 8D 05 ? ? ? ? 48 8B D9 48 89 01 48 83 C1 08 E8 ? ? ? ? 33 C0", "48 8D 05 ? ? ? ? 48 8B F9 48 89 01 48 83 C1 08 E8 ? ? ? ? 33 C0",
[](memory::handle ptr) [](memory::handle ptr)
{ {
auto presence_data_vft = ptr.add(3).rip().as<PVOID*>(); auto presence_data_vft = ptr.add(3).rip().as<PVOID*>();