index
:
enigma-fork
master
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cuchaz
/
enigma
/
Deobfuscator.java
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-10-02
fixed issue with decompiling inner classes
jeff
1
-3
/
+5
2014-10-01
fixed inner class renaming bug
jeff
1
-1
/
+1
2014-09-30
fixed nasty issue with renaming inner classes, but alas, more bugs remain
jeff
1
-2
/
+1
2014-09-28
fixed recognition of static initializer tokens
jeff
1
-0
/
+1
2014-09-28
added jar export
jeff
1
-6
/
+61
2014-09-28
added proper support for renaming constructors
jeff
1
-27
/
+43
2014-09-26
implemented mark-as-deobfuscated and reset-to-obfuscated
jeff
1
-8
/
+60
2014-09-24
fixed in-jar detection for bridge-related methods
jeff
1
-26
/
+13
2014-09-24
HOW DO I WRITE SO MANY BUGS?!?
jeff
1
-22
/
+80
2014-09-23
trying to figure out why some mappings to correspond to anything in the jar f...
jeff
1
-17
/
+85
2014-09-21
fixed bugs with anonymous/inner classes
jeff
1
-14
/
+2
2014-09-20
cleaned up imports. I have no idea why Eclipse likes importing jcommander cla...
jeff
1
-1
/
+1
2014-09-18
added better error handling for source export
jeff
1
-8
/
+21
2014-09-04
removed hack to avoid procyon loop
jeff
1
-6
/
+0
2014-09-03
removed deobfuscated method signatures from mappings
jeff
1
-1
/
+4
2014-09-03
big refactor to better model class/method mappings with no deobf name
jeff
1
-1
/
+1
2014-09-02
fixed bug with export progress bar
jeff
1
-11
/
+19
2014-09-01
refactored jar,translation index. fixed bug with field renaming when fields a...
jeff
1
-16
/
+27
2014-09-01
made obfuscated/deobfuscated class selector a bit easier to use
jeff
1
-5
/
+5
2014-08-30
debugging class matcher... almost got it!
jeff
1
-1
/
+1
2014-08-28
added checks to find buggy mappings
jeff
1
-0
/
+32
2014-08-25
fixed issue with bridge methods so source export has fewer compile errors. =)
jeff
1
-0
/
+6
2014-08-24
minor bug fixes
jeff
1
-0
/
+1
2014-08-24
duh! We can't put classes in a package called "default"
jeff
1
-3
/
+3
2014-08-23
moved all classes from the default package into a package called "default" so...
jeff
1
-24
/
+25
2014-08-23
added export command with progress bar
jeff
1
-11
/
+67
2014-08-22
fixed constructor references in call graph searches
jeff
1
-2
/
+1
2014-08-21
fixed call graph searching
jeff
1
-10
/
+8
2014-08-20
finished reference navigation system. Still need to debug and polish it, but ...
jeff
1
-55
/
+50
2014-08-18
fixed type caching after rename
jeff
1
-3
/
+10
2014-08-18
crap-ton of bug fixes for inner classes
jeff
1
-0
/
+2
2014-08-17
added support for automatic reconstruction of inner and anonymous classes
hg
1
-24
/
+27
2014-08-15
trying to get inner/anonymous classes working... I have a working heuristic i...
jeff
1
-14
/
+4
2014-08-13
added support for field access searches
jeff
1
-4
/
+26
2014-08-12
got simple method call graph working!
jeff
1
-29
/
+5
2014-08-11
refactor Ancestries into Ancestries and JarIndex
jeff
1
-8
/
+8
2014-08-11
added method inheritance browsing
jeff
1
-2
/
+2
2014-08-10
refactored to remove ClassFile class to prep for upcoming stack navigation. I...
jeff
1
-14
/
+11
2014-08-10
filter out tokens that are not obfuscated
jeff
1
-61
/
+16
2014-08-10
completely re-wrote token recognizer to bootstrap from Procyon's AST
jeff
1
-34
/
+80
2014-08-07
started working on recognition of non-class member identifiers in the source
jeff
1
-14
/
+73
2014-08-06
added un-obfuscated classes to the deobfuscated classes list
jeff
1
-0
/
+4
2014-08-06
show deobfuscated names in class inheritance
jeff
1
-5
/
+10
2014-08-06
added simple class inheritance browsing
jeff
1
-0
/
+5
2014-08-04
added stable save order for mappings to hopefully help with merging
jeff
1
-39
/
+80
2014-08-02
started working on method parameter renaming
jeff
1
-2
/
+2
2014-07-31
fixed bug with save mappings menu
jeff
1
-45
/
+15
2014-07-30
switched to line-by-line mergable, human-readable file format for mappings
jeff
1
-14
/
+17
2014-07-29
added gui/cli loading of jars/mappings
jeff
1
-8
/
+23
2014-07-27
added identifier renaming capability
jeff
1
-2
/
+113
[next]