fix(pointers): Replay Interface pointer math

Fixes #280
This commit is contained in:
Yimura
2022-06-24 11:05:06 +02:00
parent 38fed2c473
commit 3fca488876

View File

@ -155,7 +155,7 @@ namespace big
// Replay Interface
main_batch.add("RI", "0F B7 44 24 ? 66 89 44 4E", [this](memory::handle ptr)
{
m_replay_interface = ptr.add(0x1C).rip().as<decltype(m_replay_interface)>();
m_replay_interface = ptr.add(0x1F).rip().as<decltype(m_replay_interface)>();
});
// Pointer to Handle