Skip navigation links

Package com.preemptive.dasho.mapfile

Provides an API for creating, reading, modifying, and writing DashO map files.

See: Description

Package com.preemptive.dasho.mapfile Description

Provides an API for creating, reading, modifying, and writing DashO map files.

Map files created by DashO to record the renaming that was performed on one or more classes. The map file can be used to decode stack traces produced by obfuscated applications. DashO also uses the file for incremental renaming to provide stable renaming between application releases. The map files may also be used to control the renaming of classes, methods, or fields for special renaming situations.

The API provides classes for parsing a map file and processing its contents using MapFileParser in a manner similar to a SAX parser. It also provides for reading the file into memory and working with it as an object graph using MapFile. MapFile can also be used to create a map file without using DashO.

Skip navigation links

Copyright 2024 PreEmptive Solutions, LLC. All Rights Reserved.