GithubHelp home page GithubHelp logo

Comments (4)

axhlzy avatar axhlzy commented on May 27, 2024

一般情况下是考虑直接 frida -FU -l .../Ufun.js ,直接在游戏启动的情况下hook

我不知道你用的是不是之前的版本,之前的版本需要你进去游戏后,手动调用一下initImages() 这个方法,后面这里我应该是改了的

from il2cpphookscripts.

350030173 avatar 350030173 commented on May 27, 2024

from il2cpphookscripts.

axhlzy avatar axhlzy commented on May 27, 2024

刚才看了一下 确实是版本问题,你发的这个游戏在libil2cpp.so缺少两个导出函数(il2cpp_image_get_class_count/il2cpp_image_get_class),看了一下 没有什么好用来替代的函数,所以也不太好去更新这个脚本

提出两个解决办法:
1.用首页最初的哪个python脚本dps.py 配合dumper完成对地址的hook
2.使用UfunOld.js,这个脚本的思路比较原始,需要手动去找地址,不过我也提供了自动查找的方法(findargs())。针对你发的这个游戏地址的自动查找是没问题的,这一步过得了的话,也就是意味着Ufun.js里的功能也就都是可以实现的

from il2cpphookscripts.

axhlzy avatar axhlzy commented on May 27, 2024

低版本的时候 用反射,高版本用 il2cpp_image_get_class,这个后续空了再更新吧

from il2cpphookscripts.

Related Issues (20)

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.