| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2016-06-30 | Json format (#2) | 1 | -132/+0 | ||
| * Added new format * Fixed bug * Updated Version | |||||
| 2015-04-19 | relicense Enigma as LGPLv0.10.4_beta | 1 | -4/+4 | ||
| 2015-03-23 | skip writing InnerClasses attribute if there's already one there | 1 | -1/+10 | ||
| just translate the existing one | |||||
| 2015-03-20 | get rid of stupid fucking com.beust.jcommander imports crashing all my ↵ | 1 | -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-16 | fix more inner class issues | 1 | -1/+1 | ||
| 2015-03-16 | fix a zillion issues with inner classes | 1 | -2/+2 | ||
| 2015-02-25 | fixed lots of issues with inner class reconstruction, particularly for inner ↵ | 1 | -63/+21 | ||
| class trees also fixed lots of issues with reading jars that aren't Minecraft. =P | |||||
| 2015-02-25 | more work getting inner class trees working in obf'd and deobf'd land | 1 | -57/+116 | ||
| 2015-02-23 | lots of work in better handling of inner classes | 1 | -19/+24 | ||
| also working on recognizing unobfuscated and deobfuscated jars (needed for M3L) | |||||
| 2015-02-09 | work around bad tokens generated by procyon for now | 1 | -3/+3 | ||
| 2015-01-13 | source format change | 1 | -64/+39 | ||
| don't hate me too much if you were planning a big merge. =P | |||||
| 2014-10-09 | reverting to GPL license | 1 | -3/+3 | ||
| 2014-10-08 | relicense as LGPL | 1 | -3/+3 | ||
| 2014-09-30 | fixed nasty issue with renaming inner classes, but alas, more bugs remain | 1 | -9/+11 | ||
| 2014-09-22 | fix bug with anonymous classes in class initializers | 1 | -6/+16 | ||
| 2014-09-21 | fixed bugs with anonymous/inner classes | 1 | -0/+14 | ||
| 2014-09-20 | avoid some unnecessary work with inner classes | 1 | -1/+1 | ||
| 2014-08-23 | moved all classes from the default package into a package called "default" ↵ | 1 | -3/+3 | ||
| so they can be properly imported by other classes | |||||
| 2014-08-18 | crap-ton of bug fixes for inner classes | 1 | -22/+20 | ||
| 2014-08-17 | added support for automatic reconstruction of inner and anonymous classes | 1 | -20/+44 | ||
| also added class to restore bridge method flags taken out by the obfuscator | |||||
| 2014-08-15 | trying to get inner/anonymous classes working... I have a working heuristic ↵ | 1 | -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... | |||||