| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | crap-ton of bug fixes for inner classes | 2014-08-18 | 1 | -40/+155 | |
| | | |||||
| * | added support for automatic reconstruction of inner and anonymous classes | 2014-08-17 | 1 | -17/+138 | |
| | | | | | 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 | -74/+113 | |
| | | | | | 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 bug with method inheritance detection | 2014-08-14 | 1 | -14/+8 | |
| | | |||||
| * | remove old debug messages | 2014-08-14 | 1 | -7/+0 | |
| | | |||||
| * | added support for field access searches | 2014-08-13 | 1 | -20/+87 | |
| | | | | | added proper detection/handling for constructors | ||||
| * | got simple method call graph working! | 2014-08-12 | 1 | -12/+89 | |
| | | |||||
| * | refactor Ancestries into Ancestries and JarIndex | 2014-08-11 | 1 | -0/+176 | |