実装方法を選んでください。
C
C#
This enumerated type is part of the AntiCheatClient Interface.
Remarks
Anti-cheat integrity violation types
Values
EOS_EAntiCheatClientViolationType
Enumerated Value |
Meaning |
---|---|
EOS_ACCVT_Invalid |
Not used |
EOS_ACCVT_IntegrityCatalogNotFound |
An anti-cheat asset integrity catalog file could not be found |
EOS_ACCVT_IntegrityCatalogError |
An anti-cheat asset integrity catalog file is corrupt or invalid |
EOS_ACCVT_IntegrityCatalogCertificateRevoked |
An anti-cheat asset integrity catalog file's certificate has been revoked. |
EOS_ACCVT_IntegrityCatalogMissingMainExecutable |
The primary anti-cheat asset integrity catalog does not include an entry for the game's main executable, which is required. |
EOS_ACCVT_GameFileMismatch |
A disallowed game file modification was detected |
EOS_ACCVT_RequiredGameFileNotFound |
A disallowed game file removal was detected |
EOS_ACCVT_UnknownGameFileForbidden |
A disallowed game file addition was detected |
EOS_ACCVT_SystemFileUntrusted |
A system file failed an integrity check |
EOS_ACCVT_ForbiddenModuleLoaded |
A disallowed code module was loaded into the game process |
EOS_ACCVT_CorruptedMemory |
A disallowed game process memory modification was detected |
EOS_ACCVT_ForbiddenToolDetected |
A disallowed tool was detected running in the system |
EOS_ACCVT_InternalAntiCheatViolation |
An internal anti-cheat integrity check failed |
EOS_ACCVT_CorruptedNetworkMessageFlow |
Integrity checks on messages between the game client and game server failed |
EOS_ACCVT_VirtualMachineNotAllowed |
The game is running inside a disallowed virtual machine |
EOS_ACCVT_ForbiddenSystemConfiguration |
A forbidden operating system configuration was detected |
Related API Members
This enumerated type is part of the AntiCheatClient Interface.
Remarks
Anti-cheat integrity violation types
Values
AntiCheatClient.AntiCheatClientViolationType
Enumerated Value |
Meaning |
---|---|
Invalid |
Not used |
IntegrityCatalogNotFound |
An anti-cheat asset integrity catalog file could not be found |
IntegrityCatalogError |
An anti-cheat asset integrity catalog file is corrupt or invalid |
IntegrityCatalogCertificateRevoked |
An anti-cheat asset integrity catalog file's certificate has been revoked. |
IntegrityCatalogMissingMainExecutable |
The primary anti-cheat asset integrity catalog does not include an entry for the game's main executable, which is required. |
GameFileMismatch |
A disallowed game file modification was detected |
RequiredGameFileNotFound |
A disallowed game file removal was detected |
UnknownGameFileForbidden |
A disallowed game file addition was detected |
SystemFileUntrusted |
A system file failed an integrity check |
ForbiddenModuleLoaded |
A disallowed code module was loaded into the game process |
CorruptedMemory |
A disallowed game process memory modification was detected |
ForbiddenToolDetected |
A disallowed tool was detected running in the system |
InternalAntiCheatViolation |
An internal anti-cheat integrity check failed |
CorruptedNetworkMessageFlow |
Integrity checks on messages between the game client and game server failed |
VirtualMachineNotAllowed |
The game is running inside a disallowed virtual machine |
ForbiddenSystemConfiguration |
A forbidden operating system configuration was detected |