mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2024-12-22 20:17:24 +08:00
Fixed Social Club Presence Data. (#2729)
This commit is contained in:
parent
4baa00f494
commit
4f9997d9ed
@ -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*>();
|
||||||
|
Loading…
Reference in New Issue
Block a user