| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2015-02-09 | work around bad tokens generated by procyon for now | 1 | -3/+3 | ||
| 2015-02-09 | fix translation issues, particularly with fields | 2 | -7/+6 | ||
| 2015-02-09 | add converter to update old mappings format | 1 | -1/+7 | ||
| fix a few decompiler issues too | |||||
| 2015-02-08 | added types to fields | 1 | -2/+3 | ||
| 2015-01-19 | remove debug code, silly... | 1 | -5/+0 | ||
| 2015-01-19 | solved tricky issue with incorrect translation of fields/methods referenced ↵ | 1 | -0/+9 | ||
| by a subclass instead of the declaring class | |||||
| 2015-01-18 | added inverse operation for moving classes out of the default package | 1 | -27/+7 | ||
| 2015-01-18 | also translate source file attributes so it's easy to browse decompiled sources | 1 | -0/+8 | ||
| 2015-01-17 | move BytecodeTools to m3l | 2 | -438/+0 | ||
| 2015-01-13 | source format change | 19 | -1370/+920 | ||
| don't hate me too much if you were planning a big merge. =P | |||||
| 2014-10-09 | reverting to GPL license | 19 | -57/+57 | ||
| 2014-10-08 | relicense as LGPL | 19 | -57/+57 | ||
| 2014-09-30 | fixed nasty issue with renaming inner classes, but alas, more bugs remain | 3 | -35/+22 | ||
| 2014-09-24 | fixed in-jar detection for bridge-related methods | 1 | -23/+18 | ||
| 2014-09-24 | HOW DO I WRITE SO MANY BUGS?!? | 1 | -2/+20 | ||
| 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-09-20 | cleaned up imports. I have no idea why Eclipse likes importing jcommander ↵ | 3 | -3/+3 | ||
| classes instead of guava classes, but it's annoyong! | |||||
| 2014-09-18 | fixed crash with jar loading | 1 | -2/+18 | ||
| 2014-08-30 | got a decent class matcher working | 1 | -0/+35 | ||
| 2014-08-25 | wrote CheckCastIterator to try to do generic type inference. It's too hard ↵ | 1 | -0/+150 | ||
| to do at the bytecode level though, so I'm tabling that problem for now. | |||||
| 2014-08-24 | minor bug fixes | 1 | -0/+4 | ||
| 2014-08-23 | moved all classes from the default package into a package called "default" ↵ | 3 | -61/+124 | ||
| so they can be properly imported by other classes | |||||
| 2014-08-18 | crap-ton of bug fixes for inner classes | 3 | -36/+116 | ||
| 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... | |||||
| 2014-08-03 | fixed bugs with saving mappings | 2 | -17/+55 | ||
| got argument renaming to work | |||||
| 2014-08-02 | started working on method parameter renaming | 2 | -0/+115 | ||
| 2014-07-27 | added identifier renaming capability | 14 | -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. =) | |||||