chore(Pointers): Removed useless incompatible version "fix"

This commit is contained in:
Yimura 2022-03-16 00:04:09 +01:00
parent 1ae77d66d4
commit 1bf809aa77
No known key found for this signature in database
GPG Key ID: 3D8FF4397E768682

View File

@ -89,14 +89,6 @@ namespace big
m_native_return = ptr.add(0).as<PVOID>(); m_native_return = ptr.add(0).as<PVOID>();
}); });
// Incompatible Version Fix
main_batch.add("IVF", "48 89 5C 24 ? 55 56 57 41 54 41 55 41 56 41 57 48 8D AC 24 ? ? ? ? 48 81 EC ? ? ? ? 33 FF 48 8B DA", [this](memory::handle ptr)
{
uint8_t* incompatible_version = ptr.add(0x165CEE5 - 0x165CB80).as<uint8_t*>();
memset(incompatible_version, 0x90, 0x165CF03 - 0x165CEE5);
});
// GTA Thread Start // GTA Thread Start
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) 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)
{ {