summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/Deobfuscator.java (unfollow)
Commit message (Expand)AuthorFilesLines
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