summaryrefslogtreecommitdiff
path: root/test/cuchaz/enigma/TestDeobfuscator.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* started unit testing for inner/anonymous class detectionGravatar jeff2014-09-211-1/+1
|
* cleaned up imports. I have no idea why Eclipse likes importing jcommander ↵Gravatar jeff2014-09-201-2/+2
| | | | classes instead of guava classes, but it's annoyong!
* added some basic tests for the deobufscator and the jar indexGravatar jeff2014-09-071-1/+12
|
* added proguard to the gradle config to create obfuscated jars for testingGravatar jeff2014-09-051-0/+51
added simple tests for the deobufscator class