Send Event Acknowledge pattern updated (#961)

Co-authored-by: sa413x <sa413x@users.noreply.github.com>
This commit is contained in:
sa413x 2023-02-09 01:03:54 +03:00 committed by GitHub
parent c86eeea474
commit 4249fd7f09

View File

@ -140,9 +140,9 @@ namespace big
});
// 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