summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/analysis/JarIndex.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixed call graph searchingGravatar jeff2014-08-211-17/+13
| | | | 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 ↵Gravatar jeff2014-08-201-27/+16
| | | | the basic idea seems to work. =)
* started new reference navigation systemGravatar jeff2014-08-191-48/+93
|
* crap-ton of bug fixes for inner classesGravatar jeff2014-08-181-40/+155
|
* added support for automatic reconstruction of inner and anonymous classesGravatar hg2014-08-171-17/+138
| | | | 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 ↵Gravatar jeff2014-08-151-74/+113
| | | | 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 detectionGravatar jeff2014-08-141-14/+8
|
* remove old debug messagesGravatar jeff2014-08-141-7/+0
|
* added support for field access searchesGravatar jeff2014-08-131-20/+87
| | | | added proper detection/handling for constructors
* got simple method call graph working!Gravatar jeff2014-08-121-12/+89
|
* refactor Ancestries into Ancestries and JarIndexGravatar jeff2014-08-111-0/+176