summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/Deobfuscator.java (unfollow)
Commit message (Expand)AuthorFilesLines
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
2014-08-10completely re-wrote token recognizer to bootstrap from Procyon's ASTGravatar jeff1-34/+80
2014-08-07started working on recognition of non-class member identifiers in the sourceGravatar jeff1-14/+73
2014-08-06added un-obfuscated classes to the deobfuscated classes listGravatar jeff1-0/+4
2014-08-06show deobfuscated names in class inheritanceGravatar jeff1-5/+10
2014-08-06added simple class inheritance browsingGravatar jeff1-0/+5
2014-08-04added stable save order for mappings to hopefully help with mergingGravatar jeff1-39/+80
2014-08-02started working on method parameter renamingGravatar jeff1-2/+2
2014-07-31fixed bug with save mappings menuGravatar jeff1-45/+15
2014-07-30switched to line-by-line mergable, human-readable file format for mappingsGravatar jeff1-14/+17
2014-07-29added gui/cli loading of jars/mappingsGravatar jeff1-8/+23
2014-07-27added identifier renaming capabilityGravatar jeff1-2/+113
2014-07-27made gui responsive to caret position and show identifier infoGravatar hg1-0/+5