Giter VIP home page Giter VIP logo

beebyte-deobfuscator's Introduction

"Obfuscation, however, is not reversed." - https://www.beebyte.co.uk/

Beebyte-Deobfusctator

A plugin for Il2CppInspector to deobfuscate types

Usage

Important: For this plugin to work you have to have an un-obfuscated or less obfuscated version of the game.

Select one of the options from the dropdown menu

Its common for mobile games to be compiled with the gcc compiler while msvc is used for windows this causes compatability issues so you cannot use this plugin across compilers.
This feature may come in the future.

If you select Il2Cpp make sure to select a un-obfuscated GameAssembly.dll and global-metadata.dat or an android Package file.
If you select Mono make sure to select an un-obfuscated mono compiled Assembly-CSharp.dll located in the games Managed folder.

The naming regex should correspond to the naming scheme of the Beebyte configuration.
For example:
NJGFKJNAEMN: ^[A-Z]{11}$ (Among Us)
u091Eu091Fu0927u0924u0929u0927u0920u0928u0926u091Cu091D: ^[\u0900-\u097F]{11}$ (Phasmaphobia)
UOiWPrj: ^[A-Za-\u0082\[\]\^]{7}$ (Garena Free Fire)

Exports

Theres four different kinds of exports:

Plain Text

Plain Text creates a output.txt file with every translation formatted in this way: ObfuscatedName/DeobfuscatedName.

Il2CppTranslator Classes

Classes for Il2CppTranslator creates classes you can use in your own plugin project.
If you use export Classes you can set your plugin name and it will create all the classes with the namespace YourPluginName.Translators.

Json Translations

A JSON file containing all the translation in a dictionary form like this "ObfuscatedName" : "DeobfuscatedName"

Json Mappings

A JSON file containing a lot of information that is easily customizable

beebyte-deobfuscator's People

Contributors

osome1 avatar

Watchers

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