Fix presence data pointer (#2243)
This commit is contained in:
parent
ba5610af99
commit
1f7167cbfb
@ -1708,9 +1708,10 @@ namespace big
|
||||
|
||||
constexpr auto batch_and_hash = memory::make_batch<
|
||||
// Presence Data
|
||||
// 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",
|
||||
"48 8D 05 ? ? ? ? 48 8B F1 48 89 01 48 83 C1 08 E8 ? ? ? ? 33 ED 48 8D 8E 68 5B 00 00",
|
||||
"48 8D 05 ? ? ? ? 48 8B D9 48 89 01 48 83 C1 08 E8 ? ? ? ? 33 C0",
|
||||
[](memory::handle ptr)
|
||||
{
|
||||
auto presence_data_vft = ptr.add(3).rip().as<PVOID*>();
|
||||
|
Reference in New Issue
Block a user