summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/bytecode (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-08-18crap-ton of bug fixes for inner classesGravatar jeff3-36/+116
2014-08-17added support for automatic reconstruction of inner and anonymous classesGravatar hg1-20/+44
also added class to restore bridge method flags taken out by the obfuscator
2014-08-15trying to get inner/anonymous classes working... I have a working heuristic ↵Gravatar jeff1-0/+79
in place to detect anonymous classes, but I can't seem to get Procyon to decompile them correctly. I'm writing the InnerClasses attribute and translating all the inner class names, but there must be something else I'm missing...
2014-08-03fixed bugs with saving mappingsGravatar jeff2-17/+55
got argument renaming to work
2014-08-02started working on method parameter renamingGravatar jeff2-0/+115
2014-07-27added identifier renaming capabilityGravatar jeff14-0/+2123
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. =)