Namespace CodeStage.AntiCheat.Genuine.CodeHash
Classes
- BuildHashes
Contains hashes for the application build.
- CodeHashGenerator
Generates current application runtime code hash to let you validate it against previously generated runtime code hash to detect external code manipulations.
- FileHash
Holds hash for the specific file.
- HashGeneratorResult
Result produced by CodeHashGenerator. Contains resulting code hash or errors information.
- SHA1Wrapper
Just an Utility class to make it easier to work with SHA1.
Interfaces
- ICodeHashGenerator
CodeHashGenerator interface to make it easier to use it through the Instance.