mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2024-12-23 04:27:25 +08:00
Send Event Acknowledge pattern updated (#961)
Co-authored-by: sa413x <sa413x@users.noreply.github.com>
This commit is contained in:
parent
c86eeea474
commit
4249fd7f09
@ -140,9 +140,9 @@ namespace big
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Send Event Acknowledge
|
// Send Event Acknowledge
|
||||||
main_batch.add("SEA", "48 89 6C 24 ? 48 89 74 24 ? 57 48 83 EC 20 80 7A", [this](memory::handle ptr)
|
main_batch.add("SEA", "E8 ? ? ? ? 66 83 7B 08 5B", [this](memory::handle ptr)
|
||||||
{
|
{
|
||||||
m_send_event_ack = ptr.sub(5).as<decltype(m_send_event_ack)>();
|
m_send_event_ack = ptr.add(1).rip().as<decltype(m_send_event_ack)>();
|
||||||
});
|
});
|
||||||
|
|
||||||
// Received Event Signatures END
|
// Received Event Signatures END
|
||||||
|
Loading…
Reference in New Issue
Block a user