8ee18916f1
The inheritance map, as generated with --write-inheritance/-H, can now be read using --read-inheritance/-H. It will be remapped through the currently loaded inverse mapping before supplying the inheritance provider. Example usage: java -cp target/SpecialSource-1.3-SNAPSHOT-shaded.jar net.md_5.specialsource.SpecialSource --shade-relocation net.minecraft.server=net.minecraft.server.v1_4_R1 --shade-relocation org.bouncycastle=net.minecraft.v1_4_R1.org.bouncycastle --srg-in ../jars/1.4.7/cb2obf.csrg --in-jar ../IncompatiblePlugin/target/bukkit-sample-plugin-0.5.jar --out-jar /tmp/sp/out.jar -h /tmp/h where the inheritance map was previously generated using: java -cp target/SpecialSource-1.3-SNAPSHOT-shaded.jar:mcpc-plus-1.4.7-R0.2-SNAPSHOT.jar net.md_5.specialsource.SpecialSource --srg-in ~/minecraft/1.4.x/jars/1.4.7/cb2obf.csrg --live --write-inheritance /tmp/h |
||
---|---|---|
src/main/java/net/md_5/specialsource | ||
.gitignore | ||
LICENSE | ||
pom.xml | ||
README.md |
Special Source
Automatic generator and renamer of jar obfuscation mappings.