maint(network): hook right function

This commit is contained in:
Jack Back 2024-04-01 12:15:46 +02:00
parent ea1cfba3d0
commit 12559da7d4

View File

@ -285,7 +285,7 @@ namespace network
utils::hook::set<std::uint8_t>(0x1402C6AA4, 0xEB);
// patch buffer overflow
utils::hook::call(0x14041D355, memmove_stub);
utils::hook::call(0x14041D17E, memmove_stub);
// this patches a crash found in a subroutine registered using atexit
utils::hook::set<std::uint8_t>(0x140815D4E, 0xEB);
}