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

@@ -11,9 +11,7 @@
#include "ProcessScanner.h"
#include "HackShield.h"
#include "NProtectGameGuard.h"
#include "WiseLogicXTrap.h"
#include "CheckLatestFiles.h"
extern void GrannyCreateSharedDeformBuffer();
@@ -267,13 +265,7 @@ bool CPythonApplication::Process()
if (CheckLatestFiles_PollEvent())
return false;
#endif
#ifdef USE_AHNLAB_HACKSHIELD
if (HackShield_PollEvent())
return false;
#endif
#ifdef XTRAP_CLIENT_ENABLE
XTrap_PollEvent();
#endif
ELTimer_SetFrameMSec();
// m_Profiler.Clear();
@@ -982,10 +974,6 @@ bool CPythonApplication::Create(PyObject * poSelf, const char * c_szName, int wi
if (!GameGuard_Run(CMSWindow::GetWindowHandle()))
return false;
#endif
#ifdef XTRAP_CLIENT_ENABLE
if (!XTrap_CheckInit())
return false;
#endif
if (m_pySystem.IsUseDefaultIME())
{