Code Monkey home page Code Monkey logo

unity-ios-unityspeedtools's Introduction

unitySpeedTools2020

unitySpeedTools2020是unitySpeedTools的无验证版本。

English version is in wiki page

功能

主要提供越狱环境下对Unity游戏的速度控制,一个简陋的界面可在游戏中进行调速,或者在系统设置菜单中调整好速度,在游戏用一个按钮来快捷加速/减速、恢复原速。

原理

1、在插件启动时,在屏幕上加载一个按钮。

2、点击按钮,会根据特征值开始查找Unity的System函数

2.1、20211102更新,根据函数名il2cpp_resolve_icall查找il2cpp_resolve_icall_0,即System函数的原身。

3、使用System函数查找UnityEngine.Time::set_timeScale(System.Single)的地址,进行劫持

4、劫持后可开始进行变速。

5、暂停时将对劫持的汇编进行还原,以便绕过某些突发的完整性校验。

特征值

根据多个Unity游戏的二进制进行整理,找出最通用的特征值。该值可能不止一组,补充更多特征值将可使变速器适用于更多的Unity游戏

适配性

非Unity游戏的、不使用Unity引擎此2函数进行变速的、有根据速度进行非正常游戏判定的,将无法使用此插件。有些变速还将导致外挂判定,而被封号。

unity-ios-unityspeedtools's People

Contributors

xxzzddxzd 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.