| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2016-06-30 | Json format (#2) | 1 | -358/+0 | ||
| * Added new format * Fixed bug * Updated Version | |||||
| 2015-04-19 | relicense Enigma as LGPLv0.10.4_beta | 1 | -4/+4 | ||
| 2015-03-16 | fix a zillion issues with inner classes | 1 | -1/+1 | ||
| 2015-02-09 | fix translation issues, particularly with fields | 1 | -3/+6 | ||
| 2015-02-02 | fix issue with bridge methods | 1 | -2/+3 | ||
| 2015-01-13 | source format change | 1 | -208/+141 | ||
| don't hate me too much if you were planning a big merge. =P | |||||
| 2014-10-09 | reverting to GPL license | 1 | -3/+3 | ||
| 2014-10-08 | relicense as LGPL | 1 | -3/+3 | ||
| 2014-10-01 | fix inner classes test | 1 | -1/+0 | ||
| 2014-10-01 | fixed inner class renaming bug | 1 | -0/+1 | ||
| also added smarter sorting to class mappings | |||||
| 2014-09-28 | added jar export | 1 | -17/+20 | ||
| 2014-09-28 | added proper support for renaming constructors | 1 | -13/+21 | ||
| 2014-09-26 | implemented mark-as-deobfuscated and reset-to-obfuscated | 1 | -0/+18 | ||
| 2014-09-24 | HOW DO I WRITE SO MANY BUGS?!? | 1 | -1/+2 | ||
| 2014-09-20 | added token highlighting for things outside of the jar | 1 | -1/+6 | ||
| 2014-09-18 | added better error handling for source export | 1 | -2/+11 | ||
| added checks to make sure we don't try to decopmile classes outside of the jar | |||||
| 2014-09-03 | fixed issue with method renaming | 1 | -2/+0 | ||
| 2014-09-03 | big refactor to better model class/method mappings with no deobf name | 1 | -0/+2 | ||
| 2014-09-01 | made obfuscated/deobfuscated class selector a bit easier to use | 1 | -2/+2 | ||
| 2014-08-31 | added simple loading screen for jars | 1 | -2/+3 | ||
| 2014-08-26 | implemented proper support for interfaces | 1 | -0/+25 | ||
| 2014-08-23 | moved all classes from the default package into a package called "default" ↵ | 1 | -3/+6 | ||
| so they can be properly imported by other classes | |||||
| 2014-08-23 | added export command with progress bar | 1 | -1/+25 | ||
| 2014-08-21 | fixed call graph searching | 1 | -27/+48 | ||
| added system to navigate multiple tokens for the same entry in a behavior | |||||
| 2014-08-20 | finished reference navigation system. Still need to debug and polish it, but ↵ | 1 | -50/+56 | ||
| the basic idea seems to work. =) | |||||
| 2014-08-19 | started new reference navigation system | 1 | -36/+29 | ||
| 2014-08-18 | fixed type caching after rename | 1 | -1/+8 | ||
| allowed enums constants to be renamable | |||||
| 2014-08-17 | added support for automatic reconstruction of inner and anonymous classes | 1 | -2/+3 | ||
| also added class to restore bridge method flags taken out by the obfuscator | |||||
| 2014-08-13 | added support for field access searches | 1 | -3/+35 | ||
| added proper detection/handling for constructors | |||||
| 2014-08-12 | got simple method call graph working! | 1 | -0/+11 | ||
| 2014-08-11 | refactor Ancestries into Ancestries and JarIndex | 1 | -2/+2 | ||
| 2014-08-11 | added method inheritance browsing | 1 | -21/+18 | ||
| also finally fixed method renamer to rename all method implementations in the inheritance hierarchy. | |||||
| 2014-08-10 | added backwards navigation | 1 | -11/+35 | ||
| 2014-08-10 | refactored to remove ClassFile class to prep for upcoming stack navigation. ↵ | 1 | -26/+11 | ||
| It wasn't really necessary anymore. | |||||
| 2014-08-10 | added go to entry feature | 1 | -14/+33 | ||
| 2014-08-10 | completely re-wrote token recognizer to bootstrap from Procyon's AST | 1 | -33/+23 | ||
| changed imports to guava instead of whatever collections library happened to be on my classpath | |||||
| 2014-08-07 | started working on recognition of non-class member identifiers in the source | 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 | |||||
| 2014-08-06 | show deobfuscated names in class inheritance | 1 | -2/+6 | ||
| 2014-08-06 | added simple class inheritance browsing | 1 | -0/+22 | ||
| 2014-08-04 | added stable save order for mappings to hopefully help with merging | 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 | |||||
| 2014-08-03 | fixed bugs with saving mappings | 1 | -4/+4 | ||
| got argument renaming to work | |||||
| 2014-07-31 | fixed bug with save mappings menu | 1 | -3/+15 | ||
| gui shows deobfuscated classes list now working on name validation/sanitization | |||||
| 2014-07-30 | switched to line-by-line mergable, human-readable file format for mappings | 1 | -7/+10 | ||
| 2014-07-29 | added gui/cli loading of jars/mappings | 1 | -36/+69 | ||
| gui can save mappings too | |||||
| 2014-07-27 | added identifier renaming capability | 1 | -18/+49 | ||
| 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. =) | |||||
| 2014-07-27 | made gui responsive to caret position and show identifier info | 1 | -0/+83 | ||