Giter Site home page Giter Site logo

devotee4658 / bynamemodding Goto Github PK

View Code? Open in Web Editor NEW

This project forked from geokar2006/bynamemodding

0.0 0.0 0.0 280 KB

Modding il2cpp games by classes, methods, field names on Android.

License: GNU General Public License v3.0

C++ 100.00%

bynamemodding's Introduction

ByNameModding

ByNameModding is a library for modding il2cpp games by classes, methods, field names on Android. It includes everything you need for modding unity games.

Getting Started

  • First clone the repo and add it to your project.
  • Add BNM.cpp to Android.mk or CMakeLists.txt.
    Android.mk
    LOCAL_SRC_FILES += ByNameModding/BNM.cpp
    CMakeLists.txt
    add_library("Your lib name" SHARED ByNameModding/BNM.cpp "...other cpp files")
  • Change UNITY_VER, include your string obfuscator and hooking software, uncomment BNM_DOTNET35 if the game uses .NET 3.5 in BNM_settings.hpp
  • Done! See Examples.cpp or add it to your project to understand how to work with BNM.

Supported Unity versions: 2017.x - 2022.1.x

Dependencies

UTF8-CPP used by il2cpp and by BNM too.

Android hookinng software for example:

Dobby - recomended
Substrate with And64InlineHook - may don't work

bynamemodding's People

Contributors

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