summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/analysis/JarIndex.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix bug with inner class namesGravatar jeff2014-08-261-1/+1
|
* implemented proper support for interfacesGravatar jeff2014-08-261-7/+100
|
* fixed issue with bridge methods so source export has fewer compile errors. =)Gravatar jeff2014-08-251-18/+154
|
* duh! We can't put classes in a package called "default"Gravatar jeff2014-08-241-3/+4
| | | | | "default" is a java reserved word use "none" instead
* moved all classes from the default package into a package called "default" ↵Gravatar jeff2014-08-231-12/+28
| | | | so they can be properly imported by other classes
* 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