| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix bug with inner class names | 2014-08-26 | 1 | -1/+6 | |
| | | |||||
| * | moved all classes from the default package into a package called "default" ↵ | 2014-08-23 | 1 | -0/+25 | |
| | | | | | so they can be properly imported by other classes | ||||
| * | added support for automatic reconstruction of inner and anonymous classes | 2014-08-17 | 1 | -0/+28 | |
| | | | | | also added class to restore bridge method flags taken out by the obfuscator | ||||
| * | refactored to remove ClassFile class to prep for upcoming stack navigation. ↵ | 2014-08-10 | 1 | -0/+6 | |
| | | | | | It wasn't really necessary anymore. | ||||
| * | added go to entry feature | 2014-08-10 | 1 | -0/+6 | |
| | | |||||
| * | added identifier renaming capability | 2014-07-27 | 1 | -0/+5 | |
| | | | | | | | 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 | 1 | -1/+2 | |
| | | |||||
| * | initial commit | 2014-07-26 | 1 | -0/+67 | |
| so far source analysis is working. =) | |||||