| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fixed nasty issue with renaming inner classes, but alas, more bugs remain | 2014-09-30 | 3 | -35/+22 | |
| | | |||||
| * | fixed in-jar detection for bridge-related methods | 2014-09-24 | 1 | -23/+18 | |
| | | |||||
| * | HOW DO I WRITE SO MANY BUGS?!? | 2014-09-24 | 1 | -2/+20 | |
| | | |||||
| * | fix bug with anonymous classes in class initializers | 2014-09-22 | 1 | -6/+16 | |
| | | |||||
| * | fixed bugs with anonymous/inner classes | 2014-09-21 | 1 | -0/+14 | |
| | | |||||
| * | avoid some unnecessary work with inner classes | 2014-09-20 | 1 | -1/+1 | |
| | | |||||
| * | cleaned up imports. I have no idea why Eclipse likes importing jcommander ↵ | 2014-09-20 | 3 | -3/+3 | |
| | | | | | classes instead of guava classes, but it's annoyong! | ||||
| * | fixed crash with jar loading | 2014-09-18 | 1 | -2/+18 | |
| | | |||||
| * | got a decent class matcher working | 2014-08-30 | 1 | -0/+35 | |
| | | |||||
| * | wrote CheckCastIterator to try to do generic type inference. It's too hard ↵ | 2014-08-25 | 1 | -0/+150 | |
| | | | | | to do at the bytecode level though, so I'm tabling that problem for now. | ||||
| * | minor bug fixes | 2014-08-24 | 1 | -0/+4 | |
| | | |||||
| * | moved all classes from the default package into a package called "default" ↵ | 2014-08-23 | 3 | -61/+124 | |
| | | | | | so they can be properly imported by other classes | ||||
| * | crap-ton of bug fixes for inner classes | 2014-08-18 | 3 | -36/+116 | |
| | | |||||
| * | added support for automatic reconstruction of inner and anonymous classes | 2014-08-17 | 1 | -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 ↵ | 2014-08-15 | 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... | ||||
| * | fixed bugs with saving mappings | 2014-08-03 | 2 | -17/+55 | |
| | | | | | got argument renaming to work | ||||
| * | started working on method parameter renaming | 2014-08-02 | 2 | -0/+115 | |
| | | |||||
| * | added identifier renaming capability | 2014-07-27 | 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. =) | |||||