Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

A tool for updating mappings of obfuscated java software for new versions

License

Notifications You must be signed in to change notification settings

Despector/ObfuscationMapper

Repository files navigation

ObfuscationMapper

A tool for updating obfuscation mappings for new versions of a piece of obfuscated software.

When working with obfuscated software typically it is quite a bit of effort to create a set of mappings that map the obfuscated names to human readable names. And when the obuscated software receives an update that changes the underlying obfuscation mappings then this tool can automatically remap your existing mappings to the updated names of the new version of the software.

Usage

java -jar ObfuscationMapper.jar <--config=obfuscationmapper.conf> [old.jar] [old_mappings] [new.jar]

Mapping format

...

Issues

Issues and feature requests can be opened in our Issue Tracker.

About

A tool for updating mappings of obfuscated java software for new versions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages