fix(Pointers): GTA Thread Start signature

fixes #47
This commit is contained in:
Yimura 2022-01-22 03:27:13 +01:00
parent 07d9f83356
commit 666fce169d
No known key found for this signature in database
GPG Key ID: 3D8FF4397E768682

View File

@ -99,7 +99,7 @@ namespace big
});
// GTA Thread Start
main_batch.add("GTS", "E9 ? ? ? ? CC E8 24 40 53 48", [this](memory::handle ptr)
main_batch.add("GTS", "48 89 5C 24 ? 48 89 74 24 ? 57 48 83 EC 20 8B FA 85 D2 75 2A 8B 15", [this](memory::handle ptr)
{
m_gta_thread_start = ptr.as<PVOID>();
});