summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* packaged for 0.3 betav0.3_betaGravatar jeff2014-08-223-3/+3
|
* fixed recursion of field reference nodesGravatar jeff2014-08-223-4/+19
| | | | tweaked scroll into view for showing tokens
* added show token effectsGravatar jeff2014-08-224-12/+109
|
* fixed constructor references in call graph searchesGravatar jeff2014-08-224-4/+26
| | | | clear reference list when opening single reference (instead of list of references)
* fixed call graph searchingGravatar jeff2014-08-2112-123/+302
| | | | added system to navigate multiple tokens for the same entry in a behavior
* fixed recognition of inner class tokensGravatar jeff2014-08-201-1/+12
| | | | fixed recognition of reference tokens in constructors
* missed a fileGravatar jeff2014-08-201-0/+524
|
* finished reference navigation system. Still need to debug and polish it, but ↵Gravatar jeff2014-08-2015-842/+633
| | | | the basic idea seems to work. =)
* started new reference navigation systemGravatar jeff2014-08-1915-337/+441
|
* fixed type caching after renameGravatar jeff2014-08-184-10/+35
| | | | allowed enums constants to be renamable
* fixed about dialogGravatar jeff2014-08-181-2/+2
|
* Added tag v0.2 beta for changeset 20ca77a36aaeGravatar jeff2014-08-180-0/+0
|
* packaged v0.2 beta!v0.2_betaGravatar jeff2014-08-182-2/+2
|
* Added tag v0.2 beta for changeset e2a106ce6a04Gravatar jeff2014-08-180-0/+0
|
* Removed tag v0.2 betaGravatar jeff2014-08-180-0/+0
|
* Added tag v0.2 beta for changeset 5771367c7657Gravatar jeff2014-08-180-0/+0
|
* crap-ton of bug fixes for inner classesGravatar jeff2014-08-1810-102/+392
|
* added support for automatic reconstruction of inner and anonymous classesGravatar hg2014-08-1717-231/+743
| | | | also added class to restore bridge method flags taken out by the obfuscator
* trying to get inner/anonymous classes working... I have a working heuristic ↵Gravatar jeff2014-08-156-109/+399
| | | | in place to detect anonymous classes, but I can't seem to get Procyon to decompile them correctly. I'm writing the InnerClasses attribute and translating all the inner class names, but there must be something else I'm missing...
* Added tag v0.1 beta for changeset 7beed0616320Gravatar jeff2014-08-140-0/+0
|
* Removed tag v0.1 betav0.1_betaGravatar jeff2014-08-140-0/+0
|
* fixed bug with method inheritance detectionGravatar jeff2014-08-142-15/+9
|
* remove old debug messagesGravatar jeff2014-08-141-7/+0
|
* Added tag v0.1 beta for changeset 7bc40f8d69ffGravatar jeff2014-08-140-0/+0
|
* fixed far jar build task to properly include licensesGravatar jeff2014-08-141-0/+3
|
* updated gradle build script to produce fat jarGravatar jeff2014-08-141-7/+22
|
* updated license info, version, added readmeGravatar jeff2014-08-144-1/+75
|
* fixed javac compile errorsGravatar jeff2014-08-141-12/+12
|
* updated ignore listGravatar jeff2014-08-142-1/+5
|
* added support for field access searchesGravatar jeff2014-08-139-78/+460
| | | | added proper detection/handling for constructors
* got simple method call graph working!Gravatar jeff2014-08-125-51/+284
|
* fix keyboard shortcutsGravatar jeff2014-08-111-1/+5
|
* refactor Ancestries into Ancestries and JarIndexGravatar jeff2014-08-116-166/+197
|
* added method inheritance browsingGravatar jeff2014-08-1111-43/+349
| | | | also finally fixed method renamer to rename all method implementations in the inheritance hierarchy.
* added backwards navigationGravatar jeff2014-08-103-21/+65
|
* refactored to remove ClassFile class to prep for upcoming stack navigation. ↵Gravatar jeff2014-08-1013-185/+68
| | | | It wasn't really necessary anymore.
* added go to entry featureGravatar jeff2014-08-1010-97/+621
|
* filter out tokens that are not obfuscatedGravatar jeff2014-08-101-61/+16
|
* improved keyboard shortcutsGravatar jeff2014-08-101-0/+10
|
* fixed recognition of static initializersGravatar jeff2014-08-102-134/+153
| | | | fixed identifier off-by-one error
* completely re-wrote token recognizer to bootstrap from Procyon's ASTGravatar jeff2014-08-1015-647/+845
| | | | changed imports to guava instead of whatever collections library happened to be on my classpath
* added sorting for deobfuscated classesGravatar jeff2014-08-091-6/+40
|
* started working on recognition of non-class member identifiers in the sourceGravatar jeff2014-08-077-148/+223
| | | | | | got class extends,implements working and argument,field types added filtering to make sure highlighted class names are actually classes in the jar
* added un-obfuscated classes to the deobfuscated classes listGravatar jeff2014-08-063-2/+13
|
* added open entry function to popup menuGravatar jeff2014-08-061-9/+43
|
* show deobfuscated names in class inheritanceGravatar jeff2014-08-064-16/+38
|
* added copyrightGravatar jeff2014-08-061-0/+10
|
* added simple class inheritance browsingGravatar jeff2014-08-066-13/+169
|
* started on inheritance viewerGravatar jeff2014-08-041-18/+67
|
* fixed bug with renaming classesGravatar jeff2014-08-043-1/+6
|