Update signature for 'g_pNetKey'

This commit is contained in:
Amos 2023-01-27 10:36:38 +01:00
parent 1cf310f1a0
commit b965e04dd4

View File

@ -87,7 +87,7 @@ class VNet : public IDetour
}
virtual void GetVar(void) const
{
g_pNetKey = g_GameDll.FindString("client:NetEncryption_NewKey").FindPatternSelf("48 8D ? ? ? ? ? 48 3B", CMemory::Direction::UP, 300).ResolveRelativeAddressSelf(0x3, 0x7).GetPtr();
g_pNetKey = g_GameDll.FindString("client:NetEncryption_NewKey").FindPatternSelf("48 8D ?? ?? ?? ?? ?? 48 3B", CMemory::Direction::UP, 300).ResolveRelativeAddressSelf(0x3, 0x7).GetPtr();
}
virtual void GetCon(void) const { }
virtual void Attach(void) const;