md-5 / SpecialSource

Automatic generator and renamer of jar obfuscation mappings.
Other
202 stars 51 forks source link

Package exclusion not working with T/CSRG mappings #84

Open Su5eD opened 1 year ago

Su5eD commented 1 year ago

JarMapping#parseCsrgLine does not currently support excluding packages, as opposed to parseSrgLine. As a result, the excluded-packages argument is ignored for any input mappings of CSRG, TSRG or TSRG2 format.

If this is confirmed to be a bug, I'll be happy to PR a fix.