fix(anticheat): Fix nullsub scanning in PE header (#2469)
This commit is contained in:
parent
afd0efd621
commit
468af617d7
@ -1736,7 +1736,7 @@ namespace big
|
||||
// Nullsub
|
||||
{
|
||||
"NS",
|
||||
"C3",
|
||||
"90 C3",
|
||||
[](memory::handle ptr)
|
||||
{
|
||||
g_pointers->m_gta.m_nullsub = ptr.as<void(*)()>();
|
||||
|
Reference in New Issue
Block a user