mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2024-12-22 20:17:24 +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
|
||||
{
|
||||
"NS",
|
||||
"C3",
|
||||
"90 C3",
|
||||
[](memory::handle ptr)
|
||||
{
|
||||
g_pointers->m_gta.m_nullsub = ptr.as<void(*)()>();
|
||||
|
Loading…
Reference in New Issue
Block a user