skidfuscator-java-obfuscator
skidfuscator-java-obfuscator copied to clipboard
Public proof-of-concept obfuscator using the MapleIR framework designed by cts & bibl
Add a config of this style: ```json { "input": "input.jar", "output": "output.jar", "libraries": [ "path/to/rt.jar" ], "exclude": [ "com/package/", "net/class", "net/class#method(*)", "net/class.field(*)", "@class net/class#method(*)", "net/class#[regex for method]", ], "gen3": {...

**Describe the bug** Can't obf Chinese character
**Describe the bug** When trying to obfuscate a jar (it is a Minecraft client jar, compiled with all dependencies) I get this error. The application works on another standalone jar...
After commit , Skidfuscator couldn't intialize any transformers for community version. This PR brings them back.
How to obfuscate .apk or .dex for app android.
1. My cmd line: >"%JAVA_HOME%/bin/java" -jar Skidfuscator.jar obfuscate cli -li=libs -ex=exemption.txt loader.jar error: >Unmatched argument at index 4: 'loader.jar' >Usage: obfuscate [-hV] [-dbg] [-fuckit] [-notrack] [-ph] > [-cfg=] [-ex=] [-li=]...
### Hey @terminalsin terminalsin, Just wanted to give your project a little boost with the latest and greatest from Matomo Java Tracker! 🚀 ### Changes in a Nutshell: - **Bug...
Hi, I'm trying to hide inline values but it doesn't work. This is an example: ``` double a = something.getValue(); if (a > 50) { // do something... } ```...