See: Description
| Interface | Description |
|---|---|
| MappingFormat |
A representation of a de-obfuscation mapping format.
|
| TextMappingFormat |
A representation of a de-obfuscation mapping format serialized as text.
|
| Class | Description |
|---|---|
| BinaryMappingsReader |
An implementation of
MappingsReader designed to aid
with the implementation of binary de-obfuscation mapping
formats. |
| BinaryMappingsWriter |
An implementation of
MappingsWriter designed to aid
with the implementation of binary de-obfuscation mapping
formats. |
| MappingFormats |
A psuedo-enum of the mapping formats implemented within Lorenz.
|
| MappingsReader |
Represents a reader that reads de-obfuscation mappings.
|
| MappingsWriter |
Represents a writer, that is capable of writing de-obfuscation
mappings.
|
| TextMappingsReader |
An implementation of
MappingsReader designed to aid
with the implementation of mapping readers for text-based
mapping formats. |
| TextMappingsReader.Processor |
A parser for a given mappings format.
|
| TextMappingsWriter |
An implementation of
MappingsWriter designed to aid
with the implementation of mapping writers for text-based
mapping formats. |