summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/bytecode (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-19fix issue with naming method arguments and the local variable tablesGravatar jeff3-6/+81
2015-03-18translate class references hidden inside type parametersv0.10_betaGravatar jeff1-31/+71
2015-03-18added full rename support for classes buried in generic signaturesGravatar jeff1-98/+280
2015-03-17parsing generic signatures is tricky. don't write custom code to do it. switc...Gravatar jeff1-4/+5
2015-03-17slightly better support for genericsGravatar jeff1-79/+230
2015-03-16started adding minimal support for genericsGravatar jeff2-82/+124
2015-03-16fix more inner class issuesGravatar jeff1-1/+1
2015-03-16fix a zillion issues with inner classesGravatar jeff3-10/+13
2015-03-07match/unmatch button worksGravatar jeff1-1/+6
2015-03-02added simple renamer for local variable tableGravatar jeff1-0/+32
2015-02-25fixed lots of issues with inner class reconstruction, particularly for inner ...Gravatar jeff1-63/+21
2015-02-25more work getting inner class trees working in obf'd and deobf'd landGravatar jeff1-57/+116
2015-02-23lots of work in better handling of inner classesGravatar jeff1-19/+24
2015-02-09work around bad tokens generated by procyon for nowGravatar jeff1-3/+3
2015-02-09fix translation issues, particularly with fieldsGravatar jeff2-7/+6
2015-02-09add converter to update old mappings formatGravatar jeff1-1/+7
2015-02-08added types to fieldsGravatar jeff1-2/+3
2015-01-19remove debug code, silly...Gravatar jeff1-5/+0
2015-01-19solved tricky issue with incorrect translation of fields/methods referenced b...Gravatar jeff1-0/+9
2015-01-18added inverse operation for moving classes out of the default packageGravatar jeff1-27/+7
2015-01-18also translate source file attributes so it's easy to browse decompiled sourcesGravatar jeff1-0/+8
2015-01-17move BytecodeTools to m3lGravatar jeff2-438/+0
2015-01-13source format changeGravatar jeff19-1370/+920
2014-10-09reverting to GPL licenseGravatar jeff19-57/+57
2014-10-08relicense as LGPLGravatar jeff19-57/+57
2014-09-30fixed nasty issue with renaming inner classes, but alas, more bugs remainGravatar jeff3-35/+22
2014-09-24fixed in-jar detection for bridge-related methodsGravatar jeff1-23/+18
2014-09-24HOW DO I WRITE SO MANY BUGS?!?Gravatar jeff1-2/+20
2014-09-22fix bug with anonymous classes in class initializersGravatar jeff1-6/+16
2014-09-21fixed bugs with anonymous/inner classesGravatar jeff1-0/+14
2014-09-20avoid some unnecessary work with inner classesGravatar jeff1-1/+1
2014-09-20cleaned up imports. I have no idea why Eclipse likes importing jcommander cla...Gravatar jeff3-3/+3
2014-09-18fixed crash with jar loadingGravatar jeff1-2/+18
2014-08-30got a decent class matcher workingGravatar jeff1-0/+35
2014-08-25wrote CheckCastIterator to try to do generic type inference. It's too hard to...Gravatar jeff1-0/+150
2014-08-24minor bug fixesGravatar jeff1-0/+4
2014-08-23moved all classes from the default package into a package called "default" so...Gravatar jeff3-61/+124
2014-08-18crap-ton of bug fixes for inner classesGravatar jeff3-36/+116
2014-08-17added support for automatic reconstruction of inner and anonymous classesGravatar hg1-20/+44
2014-08-15trying to get inner/anonymous classes working... I have a working heuristic i...Gravatar jeff1-0/+79
2014-08-03fixed bugs with saving mappingsGravatar jeff2-17/+55
2014-08-02started working on method parameter renamingGravatar jeff2-0/+115
2014-07-27added identifier renaming capabilityGravatar jeff14-0/+2123