| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactored jar,translation index. fixed bug with field renaming when fields ↵ | 2014-09-01 | 1 | -177/+63 | |
| | | | | | are shadowed by subclasses | ||||
| * | added checks to prevent renaming classes/fields/methods/arguments to the ↵ | 2014-08-31 | 1 | -0/+15 | |
| | | | | | same name as other classes/fields/methods/arguments | ||||
| * | fixed crash finding related method implementations when method doesn't ↵ | 2014-08-31 | 1 | -1/+5 | |
| | | | | | implement interface | ||||
| * | debugging class matcher... almost got it! | 2014-08-30 | 1 | -27/+30 | |
| | | |||||
| * | got a decent class matcher working | 2014-08-30 | 1 | -15/+19 | |
| | | |||||
| * | Show public/protected/private access on field/method/constructor references | 2014-08-28 | 1 | -3/+28 | |
| | | |||||
| * | fix bug with inner class names | 2014-08-26 | 1 | -1/+1 | |
| | | |||||
| * | implemented proper support for interfaces | 2014-08-26 | 1 | -7/+100 | |
| | | |||||
| * | fixed issue with bridge methods so source export has fewer compile errors. =) | 2014-08-25 | 1 | -18/+154 | |
| | | |||||
| * | duh! We can't put classes in a package called "default" | 2014-08-24 | 1 | -3/+4 | |
| | | | | | | "default" is a java reserved word use "none" instead | ||||
| * | moved all classes from the default package into a package called "default" ↵ | 2014-08-23 | 1 | -12/+28 | |
| | | | | | so they can be properly imported by other classes | ||||
| * | fixed call graph searching | 2014-08-21 | 1 | -17/+13 | |
| | | | | | added system to navigate multiple tokens for the same entry in a behavior | ||||
| * | finished reference navigation system. Still need to debug and polish it, but ↵ | 2014-08-20 | 1 | -27/+16 | |
| | | | | | the basic idea seems to work. =) | ||||
| * | started new reference navigation system | 2014-08-19 | 1 | -48/+93 | |
| | | |||||
| * | 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 | |