index
:
enigma-fork
master
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cuchaz
/
enigma
/
bytecode
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-03-19
fix issue with naming method arguments and the local variable tables
jeff
3
-6
/
+81
2015-03-18
translate class references hidden inside type parameters
v0.10_beta
jeff
1
-31
/
+71
2015-03-18
added full rename support for classes buried in generic signatures
jeff
1
-98
/
+280
2015-03-17
parsing generic signatures is tricky. don't write custom code to do it. switc...
jeff
1
-4
/
+5
2015-03-17
slightly better support for generics
jeff
1
-79
/
+230
2015-03-16
started adding minimal support for generics
jeff
2
-82
/
+124
2015-03-16
fix more inner class issues
jeff
1
-1
/
+1
2015-03-16
fix a zillion issues with inner classes
jeff
3
-10
/
+13
2015-03-07
match/unmatch button works
jeff
1
-1
/
+6
2015-03-02
added simple renamer for local variable table
jeff
1
-0
/
+32
2015-02-25
fixed lots of issues with inner class reconstruction, particularly for inner ...
jeff
1
-63
/
+21
2015-02-25
more work getting inner class trees working in obf'd and deobf'd land
jeff
1
-57
/
+116
2015-02-23
lots of work in better handling of inner classes
jeff
1
-19
/
+24
2015-02-09
work around bad tokens generated by procyon for now
jeff
1
-3
/
+3
2015-02-09
fix translation issues, particularly with fields
jeff
2
-7
/
+6
2015-02-09
add converter to update old mappings format
jeff
1
-1
/
+7
2015-02-08
added types to fields
jeff
1
-2
/
+3
2015-01-19
remove debug code, silly...
jeff
1
-5
/
+0
2015-01-19
solved tricky issue with incorrect translation of fields/methods referenced b...
jeff
1
-0
/
+9
2015-01-18
added inverse operation for moving classes out of the default package
jeff
1
-27
/
+7
2015-01-18
also translate source file attributes so it's easy to browse decompiled sources
jeff
1
-0
/
+8
2015-01-17
move BytecodeTools to m3l
jeff
2
-438
/
+0
2015-01-13
source format change
jeff
19
-1370
/
+920
2014-10-09
reverting to GPL license
jeff
19
-57
/
+57
2014-10-08
relicense as LGPL
jeff
19
-57
/
+57
2014-09-30
fixed nasty issue with renaming inner classes, but alas, more bugs remain
jeff
3
-35
/
+22
2014-09-24
fixed in-jar detection for bridge-related methods
jeff
1
-23
/
+18
2014-09-24
HOW DO I WRITE SO MANY BUGS?!?
jeff
1
-2
/
+20
2014-09-22
fix bug with anonymous classes in class initializers
jeff
1
-6
/
+16
2014-09-21
fixed bugs with anonymous/inner classes
jeff
1
-0
/
+14
2014-09-20
avoid some unnecessary work with inner classes
jeff
1
-1
/
+1
2014-09-20
cleaned up imports. I have no idea why Eclipse likes importing jcommander cla...
jeff
3
-3
/
+3
2014-09-18
fixed crash with jar loading
jeff
1
-2
/
+18
2014-08-30
got a decent class matcher working
jeff
1
-0
/
+35
2014-08-25
wrote CheckCastIterator to try to do generic type inference. It's too hard to...
jeff
1
-0
/
+150
2014-08-24
minor bug fixes
jeff
1
-0
/
+4
2014-08-23
moved all classes from the default package into a package called "default" so...
jeff
3
-61
/
+124
2014-08-18
crap-ton of bug fixes for inner classes
jeff
3
-36
/
+116
2014-08-17
added support for automatic reconstruction of inner and anonymous classes
hg
1
-20
/
+44
2014-08-15
trying to get inner/anonymous classes working... I have a working heuristic i...
jeff
1
-0
/
+79
2014-08-03
fixed bugs with saving mappings
jeff
2
-17
/
+55
2014-08-02
started working on method parameter renaming
jeff
2
-0
/
+115
2014-07-27
added identifier renaming capability
jeff
14
-0
/
+2123