summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* solved tricky issue with incorrect translation of fields/methods referenced b...Gravatar jeff2015-01-1911-122/+271
* added inverse operation for moving classes out of the default packageGravatar jeff2015-01-181-27/+7
* add the system classpath to the javassist class poolGravatar jeff2015-01-181-0/+1
* also translate source file attributes so it's easy to browse decompiled sourcesGravatar jeff2015-01-181-0/+8
* move BytecodeTools to m3lGravatar jeff2015-01-172-438/+0
* added command-line interface for scriptable awesomeGravatar jeff2015-01-171-21/+113
* started on command line interface for build systemGravatar jeff2015-01-131-0/+36
* source format changeGravatar jeff2015-01-1391-7239/+4868
* reverting to GPL licenseGravatar jeff2014-10-0990-272/+273
* relicense as LGPLGravatar jeff2014-10-0890-273/+272
* package for 0.6 betav0.6_betaGravatar jeff2014-10-021-1/+1
* fixed issue with decompiling inner classesGravatar jeff2014-10-024-6/+12
* fix inner classes testGravatar jeff2014-10-011-1/+0
* fixed inner class renaming bugGravatar jeff2014-10-019-105/+73
* fixed nasty issue with renaming inner classes, but alas, more bugs remainGravatar jeff2014-09-3014-78/+108
* fixed recognition of static initializer tokensGravatar jeff2014-09-283-2/+13
* fixed a crash parsing method signatures with generics in themGravatar jeff2014-09-281-4/+17
* added jar exportGravatar jeff2014-09-285-59/+177
* argument names now default to the names chosen by ProcyonGravatar jeff2014-09-281-1/+1
* added proper support for renaming constructorsGravatar jeff2014-09-2810-88/+155
* implemented mark-as-deobfuscated and reset-to-obfuscatedGravatar jeff2014-09-267-29/+296
* fixed invalid tokens issueGravatar jeff2014-09-251-1/+8
* changed warnings for mappings migrationGravatar jeff2014-09-241-8/+20
* fixed in-jar detection for bridge-related methodsGravatar jeff2014-09-2410-106/+170
* HOW DO I WRITE SO MANY BUGS?!?Gravatar jeff2014-09-2421-111/+335
* trying to figure out why some mappings to correspond to anything in the jar f...Gravatar jeff2014-09-234-25/+117
* fix bug with anonymous classes in class initializersGravatar jeff2014-09-221-6/+16
* fixed bugs with anonymous/inner classesGravatar jeff2014-09-215-34/+46
* improved inner/anonymous class detectionGravatar jeff2014-09-211-29/+66
* started unit testing for inner/anonymous class detectionGravatar jeff2014-09-212-51/+148
* removed workaround for procyon bugGravatar jeff2014-09-201-13/+0
* added token highlighting for things outside of the jarGravatar jeff2014-09-205-6/+42
* avoid some unnecessary work with inner classesGravatar jeff2014-09-201-1/+1
* cleaned up imports. I have no idea why Eclipse likes importing jcommander cla...Gravatar jeff2014-09-2014-18/+19
* added warning message to the crash dialog about choosing exitGravatar jeff2014-09-201-0/+1
* fixed issue with inner class detectionGravatar jeff2014-09-181-5/+10
* fixed crash with jar loadingGravatar jeff2014-09-182-4/+20
* added better error handling for source exportGravatar jeff2014-09-184-54/+80
* changed "Show Calls" menu to search for calls to the default constructor when...Gravatar jeff2014-09-151-2/+9
* added tests to check constructor tokensGravatar jeff2014-09-143-12/+50
* fixed bug with method references pointing to wrong classGravatar jeff2014-09-141-39/+81
* added some basic tests for the deobufscator and the jar indexGravatar jeff2014-09-072-8/+17
* fixed spelling error in error message (lol)Gravatar jeff2014-09-041-1/+1
* removed hack to avoid procyon loopGravatar jeff2014-09-041-6/+0
* removed deobfuscated method signatures from mappingsGravatar jeff2014-09-037-53/+32
* repackaged for 0.5 betav0.5_betaGravatar jeff2014-09-032-7/+7
* fixed issue with method renamingGravatar jeff2014-09-032-3/+1
* big refactor to better model class/method mappings with no deobf nameGravatar jeff2014-09-039-155/+276
* fixed bug with export progress barGravatar jeff2014-09-021-11/+19
* refactored jar,translation index. fixed bug with field renaming when fields a...Gravatar jeff2014-09-0113-477/+466