injector refactoring
This commit is contained in:
parent
b8971674ed
commit
444ccad844
14 changed files with 845 additions and 514 deletions
14
operator/includes.h
Normal file
14
operator/includes.h
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue