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
2015-02-10
black list Object methods from deobfuscation
jeff
1
-0
/
+32
2015-02-09
fix translation issues, particularly with fields
jeff
1
-10
/
+15
2015-02-09
Don't automatically move mappings around. We're more interested in stability ...
jeff
1
-74
/
+13
2015-02-08
added types to fields
jeff
1
-2
/
+2
2015-02-02
herp a derp
jeff
1
-1
/
+1
2015-02-02
fix issue with bridge methods
jeff
1
-5
/
+3
2015-01-24
avoid concurrent modification exception
jeff
1
-1
/
+1
2015-01-19
solved tricky issue with incorrect translation of fields/methods referenced b...
jeff
1
-4
/
+4
2015-01-13
source format change
jeff
1
-361
/
+234
2014-10-09
reverting to GPL license
jeff
1
-4
/
+5
2014-10-08
relicense as LGPL
jeff
1
-5
/
+4
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
[next]