fix(anticheat): Fix nullsub scanning in PE header (#2469)

This commit is contained in:
yubie 2023-12-02 06:06:44 -05:00 committed by GitHub
parent d7015371a2
commit 9bbe0693fe

View File

@ -1736,7 +1736,7 @@ namespace big
// Nullsub
{
"NS",
"C3",
"90 C3",
[](memory::handle ptr)
{
g_pointers->m_gta.m_nullsub = ptr.as<void(*)()>();