Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config features and exclude #4

Closed
wants to merge 2 commits into from
Closed

Config features and exclude #4

wants to merge 2 commits into from

Conversation

rambo1337977
Copy link

Can you add config.json the command should be "java -jar Skidobfuscation.jar config.json"
Add please add exclude feature to config.json and config.json should be like this:
{
"input": "input.jar",
"output": "output.jar",

"libraries": [
"path/to/rt.jar"
],
"exclude"
-com/package,
-net/class
},
"control_flow": {
"enable_transformer": true,
},
"fakeexception": {
"enable_transformer": true
},
"faketrycatch": true
"heavy": true
},

"number_obfuscation": {
  "enable_transformer": true,
  
  "execute_twice": true
},

"string_encryption": {
  "enabled: true,  
  "type": "strong
}

}
}
btw this json is invalid make sure its fixed

@terminalsin
Copy link
Member

Not the place to ask (You opened a Pull Request) + I already explained why there wasn’t any yet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants