Giter Site home page Giter Site logo

csencrypttype's Introduction

CSEncryptType

Enrypted data types for Unity games to defend against memory cheat tools, which could search the memory of critical datas and change their values. Use the encrypted types other than built-in data types for critical datas such as player blood, the number of coins, etc.

Features

The encrypted types supported:

  • EncryptByte
  • EncryptSByte
  • EncryptShort
  • EncryptUShort
  • EncryptInt
  • EncryptUInt
  • EncryptLong
  • EncryptULong
  • EncryptFloat
  • EncryptDouble

Just replace the existing built-in data types with them. No code needs to change, since the type conversion operators will handle the work.


CSEncryptType

用于Unity游戏项目的加密数据类型,可防御常见的内存破解/外挂工具,比如八门神器,葫芦侠,烧饼修改器等。常用于加密游戏中的关键数据类型,比如玩家血量,金币数量等

Features

支持的加密类型:

  • EncryptByte
  • EncryptSByte
  • EncryptShort
  • EncryptUShort
  • EncryptInt
  • EncryptUInt
  • EncryptLong
  • EncryptULong
  • EncryptFloat
  • EncryptDouble

只需要把项目中已有的内置数据类型替换为加密类型。不需要改其他代码,类型转换操作符会处理剩下的事情

csencrypttype's People

Contributors

nichos1983 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.