# Deobfuscator **Repository Path**: glxiafeng233/Deobfuscator ## Basic Information - **Project Name**: Deobfuscator - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-22 - **Last Updated**: 2023-12-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
--- ### How to use - Learn **FUCKING JAVA** - Gain some knowledge of obfuscation/bytecode/re *(Optional)* This deobfuscator does not provide any **gui** or **configuration file** because it's meant to run through an **IDE**.\ To configure deobfuscator for your preferences you need to edit **Loader** class. - https://github.com/narumii/Deobfuscator#transformers --- ### Supported Obfuscators - [superblaubeere27 / JObf / sb27](https://github.com/superblaubeere27/obfuscator) - [Paramorphism 2.1.2_9](https://paramorphism.dev/) - [Caesium](https://github.com/sim0n/Caesium) - [Monsey](https://github.com/Hippo/Mosey) - [**Skid** qProtect (Not Latest)](https://mdma.dev/) - [Scuti](https://github.com/netindev/scuti) - [CheatBreaker](https://github.com/CheatBreaker/Obf) - [Bozar](https://github.com/vimasig/Bozar) - **RakSzild**: Some stupid polish obfuscator used in HackShield - **HP888**: Some stupid polish obfuscator v2 used in EyfenCord/SafeMC ### Partially Supported Obfuscators - [Binsecure 0.4/Latest](https://binclub.dev/purchasing/) - [(Skid)q~~Protect~~](https://mdma.dev/) - [Radon](https://github.com/ItzSomebody/radon) - [Branchlock](https://branchlock.net/) - [Skidfuscator](https://github.com/terminalsin/skidfuscator-java-obfuscator) - Colonial - Sentinel ### In Future Supported Obfuscators (maybe) - [(In the works) qProtect 1.9.6] (https://mdma.dev/) --- ### Transformers > If you know nothing bout deobfuscation use **precomposed** ones\ > Most of transformers are done without frames so they might not work sometimes - [Precomposed transformers for some obfuscators](https://github.com/narumii/Deobfuscator/tree/master/src/main/java/uwu/narumi/deobfuscator/transformer/composed) - [All available transformers](https://github.com/narumii/Deobfuscator/tree/master/src/main/java/uwu/narumi/deobfuscator/transformer/impl) --- ### SandBox doesn't work > Just add `-noverify` to jvm arguments if still doesn't work then open issue  --- > Deobfuscator only makes code readable for humans (don't expect the decompiled jar to run) also if some decompilators can't decompile class try another and if no one works just create issue that includes: `[sample jar with obfuscation, deobfuscator transformers, deobfuscator log file]` and optional obfuscator name. --- > Built on: [Java 11 (Adoptium)](https://adoptium.net/temurin/releases/?version=11)