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 afd0efd621
commit 468af617d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(*)()>();