| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fixed issue with decompiling inner classes | 2014-10-02 | 1 | -0/+5 | |
| | | |||||
| * | fixed inner class renaming bug | 2014-10-01 | 1 | -1/+1 | |
| | | | | | also added smarter sorting to class mappings | ||||
| * | fixed nasty issue with renaming inner classes, but alas, more bugs remain | 2014-09-30 | 3 | -5/+19 | |
| | | |||||
| * | fixed recognition of static initializer tokens | 2014-09-28 | 2 | -2/+12 | |
| | | |||||
| * | argument names now default to the names chosen by Procyon | 2014-09-28 | 1 | -1/+1 | |
| | | |||||
| * | added proper support for renaming constructors | 2014-09-28 | 7 | -41/+83 | |
| | | |||||
| * | fixed invalid tokens issue | 2014-09-25 | 1 | -1/+8 | |
| | | |||||
| * | fixed in-jar detection for bridge-related methods | 2014-09-24 | 4 | -56/+43 | |
| | | |||||
| * | HOW DO I WRITE SO MANY BUGS?!? | 2014-09-24 | 6 | -35/+102 | |
| | | |||||
| * | trying to figure out why some mappings to correspond to anything in the jar ↵ | 2014-09-23 | 2 | -8/+10 | |
| | | | | | file... | ||||
| * | fixed bugs with anonymous/inner classes | 2014-09-21 | 2 | -19/+29 | |
| | | |||||
| * | improved inner/anonymous class detection | 2014-09-21 | 1 | -29/+66 | |
| | | |||||
| * | started unit testing for inner/anonymous class detection | 2014-09-21 | 1 | -51/+130 | |
| | | |||||
| * | removed workaround for procyon bug | 2014-09-20 | 1 | -13/+0 | |
| | | |||||
| * | added token highlighting for things outside of the jar | 2014-09-20 | 1 | -1/+2 | |
| | | |||||
| * | cleaned up imports. I have no idea why Eclipse likes importing jcommander ↵ | 2014-09-20 | 2 | -2/+2 | |
| | | | | | classes instead of guava classes, but it's annoyong! | ||||
| * | fixed issue with inner class detection | 2014-09-18 | 1 | -5/+10 | |
| | | |||||
| * | added tests to check constructor tokens | 2014-09-14 | 3 | -12/+50 | |
| | | | | | fixed a bug with constructor tokens too | ||||
| * | fixed bug with method references pointing to wrong class | 2014-09-14 | 1 | -39/+81 | |
| | | |||||
| * | added some basic tests for the deobufscator and the jar index | 2014-09-07 | 1 | -3/+8 | |
| | | |||||
| * | refactored jar,translation index. fixed bug with field renaming when fields ↵ | 2014-09-01 | 9 | -441/+394 | |
| | | | | | 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 | 2 | -1/+10 | |
| | | | | | implement interface | ||||
| * | debugging class matcher... almost got it! | 2014-08-30 | 1 | -27/+30 | |
| | | |||||
| * | got a decent class matcher working | 2014-08-30 | 2 | -42/+64 | |
| | | |||||
| * | Show public/protected/private access on field/method/constructor references | 2014-08-28 | 4 | -11/+91 | |
| | | |||||
| * | fix bug with inner class names | 2014-08-26 | 1 | -1/+1 | |
| | | |||||
| * | implemented proper support for interfaces | 2014-08-26 | 4 | -7/+392 | |
| | | |||||
| * | silly mercurial. You should commit this file... | 2014-08-25 | 1 | -0/+77 | |
| | | |||||
| * | fixed issue with bridge methods so source export has fewer compile errors. =) | 2014-08-25 | 2 | -110/+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 | 2 | -30/+55 | |
| | | | | | so they can be properly imported by other classes | ||||
| * | fixed recursion of field reference nodes | 2014-08-22 | 1 | -0/+4 | |
| | | | | | tweaked scroll into view for showing tokens | ||||
| * | added show token effects | 2014-08-22 | 1 | -1/+1 | |
| | | |||||
| * | fixed constructor references in call graph searches | 2014-08-22 | 2 | -2/+20 | |
| | | | | | clear reference list when opening single reference (instead of list of references) | ||||
| * | fixed call graph searching | 2014-08-21 | 5 | -55/+64 | |
| | | | | | added system to navigate multiple tokens for the same entry in a behavior | ||||
| * | fixed recognition of inner class tokens | 2014-08-20 | 1 | -1/+12 | |
| | | | | | fixed recognition of reference tokens in constructors | ||||
| * | missed a file | 2014-08-20 | 1 | -0/+524 | |
| | | |||||
| * | finished reference navigation system. Still need to debug and polish it, but ↵ | 2014-08-20 | 10 | -669/+408 | |
| | | | | | the basic idea seems to work. =) | ||||
| * | started new reference navigation system | 2014-08-19 | 9 | -281/+361 | |
| | | |||||
| * | fixed type caching after rename | 2014-08-18 | 1 | -6/+12 | |
| | | | | | allowed enums constants to be renamable | ||||
| * | crap-ton of bug fixes for inner classes | 2014-08-18 | 2 | -40/+157 | |
| | | |||||
| * | added support for automatic reconstruction of inner and anonymous classes | 2014-08-17 | 5 | -32/+310 | |
| | | | | | 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 | 2 | -74/+247 | |
| | | | | | 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 | 2 | -15/+9 | |
| | | |||||
| * | remove old debug messages | 2014-08-14 | 1 | -7/+0 | |
| | | |||||
| * | added support for field access searches | 2014-08-13 | 4 | -54/+254 | |
| | | | | | added proper detection/handling for constructors | ||||
| * | got simple method call graph working! | 2014-08-12 | 2 | -12/+185 | |
| | | |||||
| * | refactor Ancestries into Ancestries and JarIndex | 2014-08-11 | 3 | -149/+180 | |
| | | |||||
| * | added method inheritance browsing | 2014-08-11 | 5 | -0/+537 | |
| | | | | | also finally fixed method renamer to rename all method implementations in the inheritance hierarchy. | ||||