Giter Site home page Giter Site logo

1034205079 / il2cpp_class_dumper Goto Github PK

View Code? Open in Web Editor NEW

This project forked from androidreverser-test/il2cpp_class_dumper

0.0 0.0 0.0 49 KB

一个用于动态dump 魔改il2cpp框架的unity游戏符号的frida脚本

License: Apache License 2.0

JavaScript 100.00%

il2cpp_class_dumper's Introduction

使用方法

frida-dump-il2cpp-class.js中需要修改il2cpp_api,InitLocked_pianyi,package_name这3个变量的值 il2cpp_api可通过 frida-find-il2cpp-api这个项目中的find-il2cpp-api2.js的注入来获取

InitLocked_pianyi则需要使用ida解析libil2cpp.so后,通过搜索字符串"' because generic types cannot have explicit layout."再查找其交叉引用定位到需要的函数附近 class_dump_function 上图标黄处的函数地址即为需要的偏移

package_name即为包名

在正确修改上述偏移后即可通过frida spawn启动目标app注入脚本,待需要的class完全加载后,再主动调用get_class_info若无错误发生将会在/data/data/包名/files/下生成 class_info.log.

il2cpp_class_dumper's People

Contributors

androidreverser-test 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.