skidfuscator-java-obfuscator icon indicating copy to clipboard operation
skidfuscator-java-obfuscator copied to clipboard

Public proof-of-concept obfuscator using the MapleIR framework designed by cts & bibl

Results 20 skidfuscator-java-obfuscator issues
Sort by recently updated
recently updated
newest added

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": {...

enhancement

![Bug](https://i.imgur.com/QgH7oKh.png)

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

bug

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... } ```...

bug
enhancement