Go to file
Agaricus a430689c64 Add support for remapping subpackages in package map
Change data structure to a linked hash map, preserving insertion
order. This allows subpackages to be inserted into the package
map for remapping, before their parent package. For example,
A/B/C -> X and A/B -> Y. With the unordered HashMap data structure,
this was not possible (reliably). With LinkedHashMap, now it is.
2013-02-17 12:28:19 -08:00
src/main/java/net/md_5/specialsource Add support for remapping subpackages in package map 2013-02-17 12:28:19 -08:00
.gitignore Initial commit. 2012-12-08 08:52:58 +11:00
LICENSE Fix license formatting. 2012-12-09 10:15:58 +11:00
pom.xml Add Guava dependency 2013-01-27 13:10:33 -08:00
README.md Initial commit. 2012-12-08 08:52:58 +11:00

Special Source

Automatic generator and renamer of jar obfuscation mappings.