summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/analysis/JarIndex.java (unfollow)
Commit message (Expand)AuthorFilesLines
2015-04-19relicense Enigma as LGPLv0.10.4_betaGravatar Cuchaz1-4/+4
2015-03-30resolve methods using interfaces as well as superclassesGravatar Cuchaz1-19/+17
2015-03-16started adding minimal support for genericsGravatar jeff1-9/+22
2015-03-16fix more inner class issuesGravatar jeff1-1/+1
2015-03-16fix a zillion issues with inner classesGravatar jeff1-1/+1
2015-03-09field matcher is starting to be usefulGravatar jeff1-2/+26
2015-02-25fixed lots of issues with inner class reconstruction, particularly for inner ...Gravatar jeff1-5/+24
2015-02-25more work getting inner class trees working in obf'd and deobf'd landGravatar jeff1-4/+22
2015-02-23lots of work in better handling of inner classesGravatar jeff1-32/+35
2015-02-10repackage as v0.7bv0.7_betaGravatar jeff1-6/+4
2015-02-10add BRIDGE flag to bridge methodsGravatar jeff1-0/+55
2015-02-09fix translation issues, particularly with fieldsGravatar jeff1-30/+27
2015-02-08added types to fieldsGravatar jeff1-24/+2
2015-01-19solved tricky issue with incorrect translation of fields/methods referenced b...Gravatar jeff1-44/+21
2015-01-13source format changeGravatar jeff1-484/+336
2014-10-09reverting to GPL licenseGravatar jeff1-3/+3
2014-10-08relicense as LGPLGravatar jeff1-3/+3
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