summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/analysis/JarIndex.java (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-02fixed issue with decompiling inner classesGravatar jeff1-0/+5
2014-09-30fixed nasty issue with renaming inner classes, but alas, more bugs remainGravatar jeff1-3/+4
2014-09-28added proper support for renaming constructorsGravatar jeff1-3/+4
2014-09-24fixed in-jar detection for bridge-related methodsGravatar jeff1-34/+6
2014-09-24HOW DO I WRITE SO MANY BUGS?!?Gravatar jeff1-29/+73
2014-09-23trying to figure out why some mappings to correspond to anything in the jar f...Gravatar jeff1-4/+10
2014-09-21fixed bugs with anonymous/inner classesGravatar jeff1-12/+19
2014-09-21improved inner/anonymous class detectionGravatar jeff1-29/+66
2014-09-21started unit testing for inner/anonymous class detectionGravatar jeff1-51/+130
2014-09-18fixed issue with inner class detectionGravatar jeff1-5/+10
2014-09-14fixed bug with method references pointing to wrong classGravatar jeff1-39/+81
2014-09-07added some basic tests for the deobufscator and the jar indexGravatar jeff1-3/+8
2014-09-01refactored jar,translation index. fixed bug with field renaming when fields a...Gravatar jeff1-177/+63
2014-08-31added checks to prevent renaming classes/fields/methods/arguments to the same...Gravatar jeff1-0/+15
2014-08-31fixed crash finding related method implementations when method doesn't implem...Gravatar jeff1-1/+5
2014-08-30debugging class matcher... almost got it!Gravatar jeff1-27/+30
2014-08-30got a decent class matcher workingGravatar jeff1-15/+19
2014-08-28Show public/protected/private access on field/method/constructor referencesGravatar jeff1-3/+28
2014-08-26fix bug with inner class namesGravatar jeff1-1/+1
2014-08-26implemented proper support for interfacesGravatar jeff1-7/+100
2014-08-25fixed issue with bridge methods so source export has fewer compile errors. =)Gravatar jeff1-18/+154
2014-08-24duh! We can't put classes in a package called "default"Gravatar jeff1-3/+4
2014-08-23moved all classes from the default package into a package called "default" so...Gravatar jeff1-12/+28
2014-08-21fixed call graph searchingGravatar jeff1-17/+13
2014-08-20finished reference navigation system. Still need to debug and polish it, but ...Gravatar jeff1-27/+16
2014-08-19started new reference navigation systemGravatar jeff1-48/+93
2014-08-18crap-ton of bug fixes for inner classesGravatar jeff1-40/+155
2014-08-17added support for automatic reconstruction of inner and anonymous classesGravatar hg1-17/+138
2014-08-15trying to get inner/anonymous classes working... I have a working heuristic i...Gravatar jeff1-74/+113
2014-08-14fixed bug with method inheritance detectionGravatar jeff1-14/+8
2014-08-14remove old debug messagesGravatar jeff1-7/+0
2014-08-13added support for field access searchesGravatar jeff1-20/+87
2014-08-12got simple method call graph working!Gravatar jeff1-12/+89
2014-08-11refactor Ancestries into Ancestries and JarIndexGravatar jeff1-74/+15
2014-08-11added method inheritance browsingGravatar jeff1-1/+82
2014-08-10completely re-wrote token recognizer to bootstrap from Procyon's ASTGravatar jeff1-1/+1
2014-08-06added simple class inheritance browsingGravatar jeff1-1/+21
2014-07-27added identifier renaming capabilityGravatar jeff1-0/+134