summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/bytecode/InnerClassWriter.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix bug with anonymous classes in class initializersGravatar jeff2014-09-221-6/+16
|
* fixed bugs with anonymous/inner classesGravatar jeff2014-09-211-0/+14
|
* avoid some unnecessary work with inner classesGravatar jeff2014-09-201-1/+1
|
* moved all classes from the default package into a package called "default" ↵Gravatar jeff2014-08-231-3/+3
| | | | so they can be properly imported by other classes
* crap-ton of bug fixes for inner classesGravatar jeff2014-08-181-22/+20
|
* added support for automatic reconstruction of inner and anonymous classesGravatar hg2014-08-171-20/+44
| | | | also added class to restore bridge method flags taken out by the obfuscator
* trying to get inner/anonymous classes working... I have a working heuristic ↵Gravatar jeff2014-08-151-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...