summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/analysis/DeobfuscatedAncestries.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-01refactored jar,translation index. fixed bug with field renaming when fields ↵Gravatar jeff1-59/+0
are shadowed by subclasses
2014-08-11added method inheritance browsingGravatar jeff1-2/+4
also finally fixed method renamer to rename all method implementations in the inheritance hierarchy.
2014-07-30switched to line-by-line mergable, human-readable file format for mappingsGravatar jeff1-4/+4
2014-07-27added identifier renaming capabilityGravatar jeff1-0/+57
copied some code over from M3L to handle the heavy bytecode magic. It's ok... M3L will eventually depend on Enigma. Completely restructured the mappings though. This way is better. =)