| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | crap-ton of bug fixes for inner classes | 2014-08-18 | 1 | -3/+13 | |
| | | |||||
| * | added support for automatic reconstruction of inner and anonymous classes | 2014-08-17 | 7 | -111/+329 | |
| | | | | | also added class to restore bridge method flags taken out by the obfuscator | ||||
| * | added support for field access searches | 2014-08-13 | 2 | -0/+102 | |
| | | | | | added proper detection/handling for constructors | ||||
| * | refactor Ancestries into Ancestries and JarIndex | 2014-08-11 | 1 | -7/+7 | |
| | | |||||
| * | added method inheritance browsing | 2014-08-11 | 5 | -211/+31 | |
| | | | | | also finally fixed method renamer to rename all method implementations in the inheritance hierarchy. | ||||
| * | refactored to remove ClassFile class to prep for upcoming stack navigation. ↵ | 2014-08-10 | 5 | -0/+10 | |
| | | | | | It wasn't really necessary anymore. | ||||
| * | added go to entry feature | 2014-08-10 | 5 | -0/+10 | |
| | | |||||
| * | completely re-wrote token recognizer to bootstrap from Procyon's AST | 2014-08-10 | 4 | -18/+15 | |
| | | | | | changed imports to guava instead of whatever collections library happened to be on my classpath | ||||
| * | added simple class inheritance browsing | 2014-08-06 | 1 | -1/+21 | |
| | | |||||
| * | fixed bug with renaming classes | 2014-08-04 | 2 | -1/+5 | |
| | | |||||
| * | added stable save order for mappings to hopefully help with merging | 2014-08-04 | 9 | -68/+123 | |
| | | | | | | | | | 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 | 2 | -27/+5 | |
| | | | | | got argument renaming to work | ||||
| * | fixed bug with save mappings menu | 2014-07-31 | 1 | -0/+67 | |
| | | | | | | 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 | 12 | -246/+628 | |
| | | |||||
| * | added identifier renaming capability | 2014-07-27 | 14 | -1/+1140 | |
| | | | | | | | 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. =) | ||||
| * | made gui responsive to caret position and show identifier info | 2014-07-27 | 5 | -4/+24 | |
| | | |||||
| * | initial commit | 2014-07-26 | 4 | -0/+319 | |
| so far source analysis is working. =) | |||||