summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/Deobfuscator.java (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-10black list Object methods from deobfuscationGravatar jeff1-0/+32
2015-02-09fix translation issues, particularly with fieldsGravatar jeff1-10/+15
2015-02-09Don't automatically move mappings around. We're more interested in stability ...Gravatar jeff1-74/+13
2015-02-08added types to fieldsGravatar jeff1-2/+2
2015-02-02herp a derpGravatar jeff1-1/+1
2015-02-02fix issue with bridge methodsGravatar jeff1-5/+3
2015-01-24avoid concurrent modification exceptionGravatar jeff1-1/+1
2015-01-19solved tricky issue with incorrect translation of fields/methods referenced b...Gravatar jeff1-4/+4
2015-01-13source format changeGravatar jeff1-361/+234
2014-10-09reverting to GPL licenseGravatar jeff1-4/+5
2014-10-08relicense as LGPLGravatar jeff1-5/+4
2014-10-02fixed issue with decompiling inner classesGravatar jeff1-3/+5
2014-10-01fixed inner class renaming bugGravatar jeff1-1/+1
2014-09-30fixed nasty issue with renaming inner classes, but alas, more bugs remainGravatar jeff1-2/+1
2014-09-28fixed recognition of static initializer tokensGravatar jeff1-0/+1
2014-09-28added jar exportGravatar jeff1-6/+61
2014-09-28added proper support for renaming constructorsGravatar jeff1-27/+43
2014-09-26implemented mark-as-deobfuscated and reset-to-obfuscatedGravatar jeff1-8/+60
2014-09-24fixed in-jar detection for bridge-related methodsGravatar jeff1-26/+13
2014-09-24HOW DO I WRITE SO MANY BUGS?!?Gravatar jeff1-22/+80
2014-09-23trying to figure out why some mappings to correspond to anything in the jar f...Gravatar jeff1-17/+85
2014-09-21fixed bugs with anonymous/inner classesGravatar jeff1-14/+2
2014-09-20cleaned up imports. I have no idea why Eclipse likes importing jcommander cla...Gravatar jeff1-1/+1
2014-09-18added better error handling for source exportGravatar jeff1-8/+21
2014-09-04removed hack to avoid procyon loopGravatar jeff1-6/+0
2014-09-03removed deobfuscated method signatures from mappingsGravatar jeff1-1/+4
2014-09-03big refactor to better model class/method mappings with no deobf nameGravatar jeff1-1/+1
2014-09-02fixed bug with export progress barGravatar jeff1-11/+19
2014-09-01refactored jar,translation index. fixed bug with field renaming when fields a...Gravatar jeff1-16/+27
2014-09-01made obfuscated/deobfuscated class selector a bit easier to useGravatar jeff1-5/+5
2014-08-30debugging class matcher... almost got it!Gravatar jeff1-1/+1
2014-08-28added checks to find buggy mappingsGravatar jeff1-0/+32
2014-08-25fixed issue with bridge methods so source export has fewer compile errors. =)Gravatar jeff1-0/+6
2014-08-24minor bug fixesGravatar jeff1-0/+1
2014-08-24duh! We can't put classes in a package called "default"Gravatar jeff1-3/+3
2014-08-23moved all classes from the default package into a package called "default" so...Gravatar jeff1-24/+25
2014-08-23added export command with progress barGravatar jeff1-11/+67
2014-08-22fixed constructor references in call graph searchesGravatar jeff1-2/+1
2014-08-21fixed call graph searchingGravatar jeff1-10/+8
2014-08-20finished reference navigation system. Still need to debug and polish it, but ...Gravatar jeff1-55/+50
2014-08-18fixed type caching after renameGravatar jeff1-3/+10
2014-08-18crap-ton of bug fixes for inner classesGravatar jeff1-0/+2
2014-08-17added support for automatic reconstruction of inner and anonymous classesGravatar hg1-24/+27
2014-08-15trying to get inner/anonymous classes working... I have a working heuristic i...Gravatar jeff1-14/+4
2014-08-13added support for field access searchesGravatar jeff1-4/+26
2014-08-12got simple method call graph working!Gravatar jeff1-29/+5
2014-08-11refactor Ancestries into Ancestries and JarIndexGravatar jeff1-8/+8
2014-08-11added method inheritance browsingGravatar jeff1-2/+2
2014-08-10refactored to remove ClassFile class to prep for upcoming stack navigation. I...Gravatar jeff1-14/+11
2014-08-10filter out tokens that are not obfuscatedGravatar jeff1-61/+16