| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fixed call graph searching | 2014-08-21 | 1 | -27/+48 | |
| | | | | | 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 | -50/+56 | |
| | | | | | the basic idea seems to work. =) | ||||
| * | started new reference navigation system | 2014-08-19 | 1 | -36/+29 | |
| | | |||||
| * | fixed type caching after rename | 2014-08-18 | 1 | -1/+8 | |
| | | | | | allowed enums constants to be renamable | ||||
| * | added support for automatic reconstruction of inner and anonymous classes | 2014-08-17 | 1 | -2/+3 | |
| | | | | | also added class to restore bridge method flags taken out by the obfuscator | ||||
| * | added support for field access searches | 2014-08-13 | 1 | -3/+35 | |
| | | | | | added proper detection/handling for constructors | ||||
| * | got simple method call graph working! | 2014-08-12 | 1 | -0/+11 | |
| | | |||||
| * | refactor Ancestries into Ancestries and JarIndex | 2014-08-11 | 1 | -2/+2 | |
| | | |||||
| * | added method inheritance browsing | 2014-08-11 | 1 | -21/+18 | |
| | | | | | also finally fixed method renamer to rename all method implementations in the inheritance hierarchy. | ||||
| * | added backwards navigation | 2014-08-10 | 1 | -11/+35 | |
| | | |||||
| * | refactored to remove ClassFile class to prep for upcoming stack navigation. ↵ | 2014-08-10 | 1 | -26/+11 | |
| | | | | | It wasn't really necessary anymore. | ||||
| * | added go to entry feature | 2014-08-10 | 1 | -14/+33 | |
| | | |||||
| * | completely re-wrote token recognizer to bootstrap from Procyon's AST | 2014-08-10 | 1 | -33/+23 | |
| | | | | | changed imports to guava instead of whatever collections library happened to be on my classpath | ||||
| * | started working on recognition of non-class member identifiers in the source | 2014-08-07 | 1 | -1/+11 | |
| | | | | | | | got class extends,implements working and argument,field types added filtering to make sure highlighted class names are actually classes in the jar | ||||
| * | show deobfuscated names in class inheritance | 2014-08-06 | 1 | -2/+6 | |
| | | |||||
| * | added simple class inheritance browsing | 2014-08-06 | 1 | -0/+22 | |
| | | |||||
| * | added stable save order for mappings to hopefully help with merging | 2014-08-04 | 1 | -27/+67 | |
| | | | | | | | | | added color-coding for source identifiers redesigned rename GUI customized editor pane, added popup menu finished name validation added last-chance save on window close | ||||
| * | fixed bugs with saving mappings | 2014-08-03 | 1 | -4/+4 | |
| | | | | | got argument renaming to work | ||||
| * | fixed bug with save mappings menu | 2014-07-31 | 1 | -3/+15 | |
| | | | | | | gui shows deobfuscated classes list now working on name validation/sanitization | ||||
| * | switched to line-by-line mergable, human-readable file format for mappings | 2014-07-30 | 1 | -7/+10 | |
| | | |||||
| * | added gui/cli loading of jars/mappings | 2014-07-29 | 1 | -0/+147 | |
| gui can save mappings too | |||||