summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/bytecode/InnerClassWriter.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-06-30Json format (#2)Gravatar lclc981-132/+0
* Added new format * Fixed bug * Updated Version
2015-04-19relicense Enigma as LGPLv0.10.4_betaGravatar Cuchaz1-4/+4
2015-03-23skip writing InnerClasses attribute if there's already one thereGravatar Cuchaz1-1/+10
just translate the existing one
2015-03-20get rid of stupid fucking com.beust.jcommander imports crashing all my ↵Gravatar jeff1-3/+2
downstream apps Eclipse loves to import that particular collections implementation for some reason and I don't want to use it!!
2015-03-16fix more inner class issuesGravatar jeff1-1/+1
2015-03-16fix a zillion issues with inner classesGravatar jeff1-2/+2
2015-02-25fixed lots of issues with inner class reconstruction, particularly for inner ↵Gravatar jeff1-63/+21
class trees also fixed lots of issues with reading jars that aren't Minecraft. =P
2015-02-25more work getting inner class trees working in obf'd and deobf'd landGravatar jeff1-57/+116
2015-02-23lots of work in better handling of inner classesGravatar jeff1-19/+24
also working on recognizing unobfuscated and deobfuscated jars (needed for M3L)
2015-02-09work around bad tokens generated by procyon for nowGravatar jeff1-3/+3
2015-01-13source format changeGravatar jeff1-64/+39
don't hate me too much if you were planning a big merge. =P
2014-10-09reverting to GPL licenseGravatar jeff1-3/+3
2014-10-08relicense as LGPLGravatar jeff1-3/+3
2014-09-30fixed nasty issue with renaming inner classes, but alas, more bugs remainGravatar jeff1-9/+11
2014-09-22fix bug with anonymous classes in class initializersGravatar jeff1-6/+16
2014-09-21fixed bugs with anonymous/inner classesGravatar jeff1-0/+14
2014-09-20avoid some unnecessary work with inner classesGravatar jeff1-1/+1
2014-08-23moved all classes from the default package into a package called "default" ↵Gravatar jeff1-3/+3
so they can be properly imported by other classes
2014-08-18crap-ton of bug fixes for inner classesGravatar jeff1-22/+20
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...