maint(network): hook right function
This commit is contained in:
parent
ea1cfba3d0
commit
12559da7d4
@ -285,7 +285,7 @@ namespace network
|
|||||||
utils::hook::set<std::uint8_t>(0x1402C6AA4, 0xEB);
|
utils::hook::set<std::uint8_t>(0x1402C6AA4, 0xEB);
|
||||||
|
|
||||||
// patch buffer overflow
|
// 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
|
// this patches a crash found in a subroutine registered using atexit
|
||||||
utils::hook::set<std::uint8_t>(0x140815D4E, 0xEB);
|
utils::hook::set<std::uint8_t>(0x140815D4E, 0xEB);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user