![]() |
Anti-Cheat Toolkit
6.1.0
Multi-purpose anti-cheat solution for Unity Engine
|
Public Member Functions | |
| AllowedAssembly (string name, int[] hashes) | |
| bool | AddHash (int hash) |
Properties | |
| string | Name [get] |
| int[] | Hashes [get] |
Describes assembly which is added to the InjectionDetector "white list".
|
inline |
Constructs new instance.
| name | Sets Name property. |
| hashes | Sets Hashes property. |
|
inline |
Allows adding new hash to the Hashes collection.
| hash | New whitelisted hash for the assembly with specified Name. |
|
get |
Assembly name, i.e.: ACTk.Runtime.
|
get |
Array of whitelisted hashes for the assembly with given Name.