injector refactoring

This commit is contained in:
NukedBart 2025-12-10 23:07:02 +08:00
parent b8971674ed
commit 444ccad844
14 changed files with 845 additions and 514 deletions

14
operator/includes.h Normal file
View file

@ -0,0 +1,14 @@
#include "core/Types.h"
#include "core/Logger.h"
#include "core/FilePath.h"
#include "system/PrivilegeManager.h"
#include "system/ProcessHandler.h"
#include "system/ServiceManager.h"
#include "system/DllInjector.h"
#include "game/BattlEyeBypass.h"
#include "game/GameLauncher.h"
#ifdef CURRENT_MODULE
#undef CURRENT_MODULE
#endif
#define CURRENT_MODULE "EFTOperator"