mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2024-12-23 04:27:25 +08:00
fix(anticheat): Fix nullsub scanning in PE header (#2469)
This commit is contained in:
parent
d7015371a2
commit
9bbe0693fe
@ -1736,7 +1736,7 @@ namespace big
|
|||||||
// Nullsub
|
// Nullsub
|
||||||
{
|
{
|
||||||
"NS",
|
"NS",
|
||||||
"C3",
|
"90 C3",
|
||||||
[](memory::handle ptr)
|
[](memory::handle ptr)
|
||||||
{
|
{
|
||||||
g_pointers->m_gta.m_nullsub = ptr.as<void(*)()>();
|
g_pointers->m_gta.m_nullsub = ptr.as<void(*)()>();
|
||||||
|
Loading…
Reference in New Issue
Block a user