fix(pointers): Replay Interface pointer math

Fixes #280
This commit is contained in:
Yimura 2022-06-24 11:05:06 +02:00
parent d1814cf55f
commit 2e57cd273f
No known key found for this signature in database
GPG Key ID: 3D8FF4397E768682

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