Package | Description |
---|---|
org.cadixdev.lorenz |
Lorenz is a library built to interact with Java de-obfuscation mappings.
|
org.cadixdev.lorenz.impl |
The default Lorenz implementation.
|
org.cadixdev.lorenz.impl.merge |
The default Lorenz mapping set merge implementation.
|
org.cadixdev.lorenz.impl.model |
The default Lorenz model implementation.
|
org.cadixdev.lorenz.io |
The abstract IO classes that can be extended to implement mapping formats
in Lorenz.
|
org.cadixdev.lorenz.io.srg |
The Lorenz-provided implementation of the SRG mapping format and its
variants, CSRG and TSRG.
|
org.cadixdev.lorenz.io.srg.csrg |
The Lorenz-provided implementation of the CSRG mapping format.
|
org.cadixdev.lorenz.io.srg.tsrg |
The Lorenz-provided implementation of the TSRG mapping format.
|
org.cadixdev.lorenz.io.srg.xsrg |
The Lorenz-provided implementation of the XSRG mapping format.
|
org.cadixdev.lorenz.merge |
An API for merging Lorenz mappings.
|
org.cadixdev.lorenz.model |
A model of the various mappings types that Lorenz represents.
|
org.cadixdev.lorenz.model.jar |
A model for Java-specific types, often based on entries from the jvms manual.
|
org.cadixdev.lorenz.util |