summaryrefslogtreecommitdiff
path: root/test (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-06-30Json format (#2)Gravatar lclc9840-2629/+0
* Added new format * Fixed bug * Updated Version
2015-05-24fix broken tests, and one broken function. =)Gravatar Cuchaz2-13/+24
2015-04-19relicense Enigma as LGPLv0.10.4_betaGravatar Cuchaz39-41/+336
2015-03-18fix broken testGravatar jeff1-8/+0
we're not implementing generic parsing anymore
2015-03-17parsing generic signatures is tricky. don't write custom code to do it. ↵Gravatar jeff1-157/+10
switching to library instead
2015-03-16started adding minimal support for genericsGravatar jeff4-9/+184
fixed mark-as-deobfuscated issue
2015-03-16fix a zillion issues with inner classesGravatar jeff10-96/+133
2015-03-15repackage for 0.9 betav0.9_betaGravatar jeff1-2/+5
2015-02-25fixed lots of issues with inner class reconstruction, particularly for inner ↵Gravatar jeff2-52/+79
class trees also fixed lots of issues with reading jars that aren't Minecraft. =P
2015-02-25more work getting inner class trees working in obf'd and deobf'd landGravatar jeff2-4/+58
2015-02-23lots of work in better handling of inner classesGravatar jeff8-17/+179
also working on recognizing unobfuscated and deobfuscated jars (needed for M3L)
2015-02-10repackage as v0.7bv0.7_betaGravatar jeff1-1/+1
2015-02-10black list Object methods from deobfuscationGravatar jeff1-0/+19
2015-02-10add BRIDGE flag to bridge methodsGravatar jeff1-0/+22
2015-02-09work around bad tokens generated by procyon for nowGravatar jeff1-0/+18
2015-02-09fix translation issues, particularly with fieldsGravatar jeff12-32/+154
2015-02-08added types to fieldsGravatar jeff5-14/+20
2015-02-05start some translation testsGravatar jeff3-0/+51
2015-02-05fix test code formattingGravatar jeff8-12/+23
and disable the super duper slow test for now
2015-02-05add new type/signature systemGravatar jeff2-0/+379
2015-02-02fix issue with bridge methodsGravatar jeff10-23/+61
2015-01-19solved tricky issue with incorrect translation of fields/methods referenced ↵Gravatar jeff7-26/+28
by a subclass instead of the declaring class
2015-01-13source format changeGravatar jeff24-642/+510
don't hate me too much if you were planning a big merge. =P
2014-10-09reverting to GPL licenseGravatar jeff24-179/+34
2014-10-08relicense as LGPLGravatar jeff24-34/+179
2014-10-02fixed test caseGravatar jeff1-1/+1
2014-10-01fix inner classes testGravatar jeff1-4/+4
2014-09-28added proper support for renaming constructorsGravatar jeff1-4/+4
2014-09-24HOW DO I WRITE SO MANY BUGS?!?Gravatar jeff3-38/+77
2014-09-21improved inner/anonymous class detectionGravatar jeff5-10/+36
2014-09-21started unit testing for inner/anonymous class detectionGravatar jeff8-30/+122
2014-09-20cleaned up imports. I have no idea why Eclipse likes importing jcommander ↵Gravatar jeff2-4/+3
classes instead of guava classes, but it's annoyong!
2014-09-14added tests to check constructor tokensGravatar jeff7-12/+266
fixed a bug with constructor tokens too
2014-09-14added test to check constructor referencesGravatar jeff5-0/+236
2014-09-14fixed bug with method references pointing to wrong classGravatar jeff5-2/+26
2014-09-08added some tests for a small inheritance hierarchyGravatar jeff7-8/+345
2014-09-07added some basic tests for the deobufscator and the jar indexGravatar jeff4-2/+266
2014-09-05added proguard to the gradle config to create obfuscated jars for testingGravatar jeff3-0/+76
added simple tests for the deobufscator class