Koko-boya / BeeByte-NameTranslator

Plugin for Il2CppInspector applying `nameTranslation.txt` file for BeeByte obfuscation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BeeByte NameTranslation plugin

Plugin for Il2CppInspector applying nameTransaltion.txt file for BeeByte obfuscation.

How to use

Put the NameTranslator.dll to plugins which located in Il2CppInspector folder.

Options

Path to name translation file - path to file that contains name translations.

Obfuscation pattern - RegEx pattern for obfuscated names.

Separator - separator for translation line.

Example of nametranslation.txt content with as separator, and [A-Z]{11} as pattern (left word is obfuscated, right is unobfuscated):

DKLIHENHGNK⇨_x
MCIHHFBAGOI⇨_y
FCEMKCOMIMH⇨_z
JMBDFFLHGGC⇨_attackValue
COFIEEENIPM⇨_type

About

Plugin for Il2CppInspector applying `nameTranslation.txt` file for BeeByte obfuscation.

License:Apache License 2.0


Languages

Language:C# 100.0%