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

[Enhancement] Config #5

Open
terminalsin opened this issue Nov 11, 2021 · 7 comments
Open

[Enhancement] Config #5

terminalsin opened this issue Nov 11, 2021 · 7 comments
Assignees
Labels
enhancement New feature or request

Comments

@terminalsin
Copy link
Member

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]",
      ]
    }
  }
}
@terminalsin terminalsin added the enhancement New feature or request label Nov 11, 2021
@terminalsin terminalsin self-assigned this Nov 11, 2021
@terminalsin terminalsin changed the title Config [Enhancement] Config Nov 11, 2021
@rambo1337977
Copy link

thats very good 👍
non gon cap this obfuscator is best to layer with.

@terminalsin
Copy link
Member Author

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

@rambo1337977
Copy link

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

@NikV2
Copy link

NikV2 commented Dec 15, 2021

Unvouch for this change.

@pp0236
Copy link

pp0236 commented Jan 1, 2022

when?

@terminalsin
Copy link
Member Author

when I have time

@ghost
Copy link

ghost commented Aug 3, 2022

.yml is also a good idea

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

No branches or pull requests

4 participants