hackshield and xtrap codes removed

This commit is contained in:
d1str4ught
2025-08-28 19:54:23 +02:00
parent b9783bec79
commit d4a1591a50
23 changed files with 1 additions and 678 deletions

View File

@@ -5,9 +5,6 @@
#include "../EterBase/tea.h"
#include "../EterPack/EterPackManager.h"
#include "Hackshield.h"
#include "WiseLogicXTrap.h"
// CHINA_CRYPT_KEY
extern DWORD g_adwEncryptKey[4];
extern DWORD g_adwDecryptKey[4];
@@ -306,14 +303,6 @@ bool CAccountConnector::__AuthState_RecvPhase()
}
#else /* USE_OPENID */
#ifdef USE_AHNLAB_HACKSHIELD
HackShield_SetUserInfo(m_strID.c_str());
#endif
#ifdef XTRAP_CLIENT_ENABLE
XTrap_SetUserInfo(m_strID.c_str(), NULL, NULL, NULL, NULL);
#endif
TPacketCGLogin3 LoginPacket;
LoginPacket.header = HEADER_CG_LOGIN3;