skidfuscator-java-obfuscator
skidfuscator-java-obfuscator copied to clipboard
[Enhancement] Config
Add a config of this style:
{
"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": {
"parameter-transform": {
"enabled":true,
"exclude": [
"com/package/",
"net/class",
"net/class#method(*)",
"net/class.field(*)",
"@class net/class#method(*)",
"net/class#[regex for method]",
],
},
"jump-obfuscation": {
"enabled":true,
"exclude": [
"com/package/",
"net/class",
"net/class#method(*)",
"net/class.field(*)",
"@class net/class#method(*)",
"net/class#[regex for method]",
]
}
}
}
thats very good 👍 non gon cap this obfuscator is best to layer with.
thats very good 👍 non gon cap this obfuscator is best to layer with.
please do not layer with Skidfuscator. I'm not gonna bother fixing bugs caused by other obfuscator's mangling. Always make sure that the input is the output of a compiler, not another obfuscator...
thats very good 👍 non gon cap this obfuscator is best to layer with.
please do not layer with Skidfuscator. I'm not gonna bother fixing bugs caused by other obfuscator's mangling. Always make sure that the input is the output of a compiler, not another obfuscator...
lol it worked for me XD
Unvouch for this change.
when?
when I have time
.yml is also a good idea