We are experiencing an issue with our product in which players are able to cheat by using the WeMod/Trainer tool.
This is preventing our anti-cheat tool from functioning.
What is the best thing to do from the application side when the following commands are performed?
1.Task manager is used to manually end EasyAntiCheat_EOS.exe when it is running in the background
2. Application is loaded while EasyAntiCheat_EOS.exe is not running
3. The following file is deleted
C:\Program Files (x86)\EasyAntiCheat_EOS\EasyAntiCheat_EOS.sys
Currently, the application is not designed to quit when any of the above actions are performed.
Is there anything that can be done, aside from having the application quit the moment the API callback results “EEOSAntiCheatActionReason::NullClient” or “EEOSAntiCheatActionReason::AuthenticationFailed” are detected?
Is it preferable to monitor the EasyAntiCheat_EOS.exe process from the application?