md-5 / SpecialSource

Automatic generator and renamer of jar obfuscation mappings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package exclusion not working with T/CSRG mappings

Su5eD opened this issue · comments

commented

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.