summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/bytecode (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix issue with naming method arguments and the local variable tablesGravatar jeff2015-03-193-6/+81
* translate class references hidden inside type parametersv0.10_betaGravatar jeff2015-03-181-31/+71
* added full rename support for classes buried in generic signaturesGravatar jeff2015-03-181-98/+280
* parsing generic signatures is tricky. don't write custom code to do it. switc...Gravatar jeff2015-03-171-4/+5
* slightly better support for genericsGravatar jeff2015-03-171-79/+230
* started adding minimal support for genericsGravatar jeff2015-03-162-82/+124
* fix more inner class issuesGravatar jeff2015-03-161-1/+1
* fix a zillion issues with inner classesGravatar jeff2015-03-163-10/+13
* match/unmatch button worksGravatar jeff2015-03-071-1/+6
* added simple renamer for local variable tableGravatar jeff2015-03-021-0/+32
* fixed lots of issues with inner class reconstruction, particularly for inner ...Gravatar jeff2015-02-251-63/+21
* more work getting inner class trees working in obf'd and deobf'd landGravatar jeff2015-02-251-57/+116
* lots of work in better handling of inner classesGravatar jeff2015-02-231-19/+24
* work around bad tokens generated by procyon for nowGravatar jeff2015-02-091-3/+3
* fix translation issues, particularly with fieldsGravatar jeff2015-02-092-7/+6
* add converter to update old mappings formatGravatar jeff2015-02-091-1/+7
* added types to fieldsGravatar jeff2015-02-081-2/+3
* switch all classes to new signature/type systemGravatar jeff2015-02-0817-0/+1846