md-5 / SpecialSource

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

Add support for tsrg format, and reversing of t/csrg. #53

Closed LexManos closed 6 years ago

LexManos commented 6 years ago

Tiny srg is a format i've been using for a while. Its like csrg but removes even more redundant data at the cost of being line order dependant. Same format as csrg except field and method lines have the class name replaced by \t.

Also added support for reversing t/csrg formats. Requires a dual pass over the mapping lines. But I think it's worth the cost.