index
:
enigma-fork
master
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cuchaz
/
enigma
/
analysis
/
JarIndex.java
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixed issue with decompiling inner classes
jeff
2014-10-02
1
-0
/
+5
*
fixed nasty issue with renaming inner classes, but alas, more bugs remain
jeff
2014-09-30
1
-3
/
+4
*
added proper support for renaming constructors
jeff
2014-09-28
1
-3
/
+4
*
fixed in-jar detection for bridge-related methods
jeff
2014-09-24
1
-34
/
+6
*
HOW DO I WRITE SO MANY BUGS?!?
jeff
2014-09-24
1
-29
/
+73
*
trying to figure out why some mappings to correspond to anything in the jar f...
jeff
2014-09-23
1
-4
/
+10
*
fixed bugs with anonymous/inner classes
jeff
2014-09-21
1
-12
/
+19
*
improved inner/anonymous class detection
jeff
2014-09-21
1
-29
/
+66
*
started unit testing for inner/anonymous class detection
jeff
2014-09-21
1
-51
/
+130
*
fixed issue with inner class detection
jeff
2014-09-18
1
-5
/
+10
*
fixed bug with method references pointing to wrong class
jeff
2014-09-14
1
-39
/
+81
*
added some basic tests for the deobufscator and the jar index
jeff
2014-09-07
1
-3
/
+8
*
refactored jar,translation index. fixed bug with field renaming when fields a...
jeff
2014-09-01
1
-177
/
+63
*
added checks to prevent renaming classes/fields/methods/arguments to the same...
jeff
2014-08-31
1
-0
/
+15
*
fixed crash finding related method implementations when method doesn't implem...
jeff
2014-08-31
1
-1
/
+5
*
debugging class matcher... almost got it!
jeff
2014-08-30
1
-27
/
+30
*
got a decent class matcher working
jeff
2014-08-30
1
-15
/
+19
*
Show public/protected/private access on field/method/constructor references
jeff
2014-08-28
1
-3
/
+28
*
fix bug with inner class names
jeff
2014-08-26
1
-1
/
+1
*
implemented proper support for interfaces
jeff
2014-08-26
1
-7
/
+100
*
fixed issue with bridge methods so source export has fewer compile errors. =)
jeff
2014-08-25
1
-18
/
+154
*
duh! We can't put classes in a package called "default"
jeff
2014-08-24
1
-3
/
+4
*
moved all classes from the default package into a package called "default" so...
jeff
2014-08-23
1
-12
/
+28
*
fixed call graph searching
jeff
2014-08-21
1
-17
/
+13
*
finished reference navigation system. Still need to debug and polish it, but ...
jeff
2014-08-20
1
-27
/
+16
*
started new reference navigation system
jeff
2014-08-19
1
-48
/
+93
*
crap-ton of bug fixes for inner classes
jeff
2014-08-18
1
-40
/
+155
*
added support for automatic reconstruction of inner and anonymous classes
hg
2014-08-17
1
-17
/
+138
*
trying to get inner/anonymous classes working... I have a working heuristic i...
jeff
2014-08-15
1
-74
/
+113
*
fixed bug with method inheritance detection
jeff
2014-08-14
1
-14
/
+8
*
remove old debug messages
jeff
2014-08-14
1
-7
/
+0
*
added support for field access searches
jeff
2014-08-13
1
-20
/
+87
*
got simple method call graph working!
jeff
2014-08-12
1
-12
/
+89
*
refactor Ancestries into Ancestries and JarIndex
jeff
2014-08-11
1
-0
/
+176