index
:
enigma-fork
master
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
cuchaz
/
enigma
/
Deobfuscator.java
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Plugin rework along with API rework: Enigma split from EnigmaProject; plugins...
gegy1000
2019-06-16
1
-435
/
+0
*
Separate JarProcessor and EntryNameProposer
gegy1000
2019-05-12
1
-8
/
+9
*
Simplify Plugin API and support all entry types
gegy1000
2019-05-12
1
-6
/
+8
*
Fix #110 and remap indices with matched bridge method names
gegy1000
2019-02-23
1
-4
/
+8
*
Bridge Method Fixes (#111)
Gegy
2019-02-19
1
-4
/
+11
*
Disable remapping of local variables until proper support is implemented
gegy1000
2019-02-11
1
-0
/
+3
*
Remap sources (#106)
Gegy
2019-01-30
1
-152
/
+115
*
[WIP] Mapping rework (#91)
Gegy
2019-01-24
1
-387
/
+96
*
fix #63 - make method inheritance lookup take into account access flags
asie
2018-12-08
1
-0
/
+2
*
add barebones plugin framework, cleanup
asie
2018-12-08
1
-36
/
+27
*
remove parallelStreams on non-thread-safe ooperations in rebuildMethodNames, ...
Adrian Siekierka
2018-10-26
1
-6
/
+18
*
update ASM/Guava, merge ASM port fixes
Adrian Siekierka
2018-10-26
1
-14
/
+55
|
\
|
*
use a common metadata (no-retry) instance to decompile all the files, similar...
Thiakil
2018-07-24
1
-2
/
+37
|
*
more custom source transformers
Thiakil
2018-07-24
1
-1
/
+7
|
*
Make rebuildMethodNames use parallelStream's should improve the speed a lot
modmuss50
2018-07-22
1
-10
/
+10
|
*
remove raw casts to Object
Thiakil
2018-07-20
1
-1
/
+3
*
|
make rebuild method names discard child-only names. imperfect, but eh
asie
2018-10-25
1
-12
/
+31
|
\
\
|
|
/
|
/
|
|
*
remove raw casts to Object
Thiakil
2018-07-20
1
-1
/
+3
|
*
ASM Based Class Translator (#1)
gegy1000
2018-07-17
1
-122
/
+165
*
|
support enum switches with obfuscated SwitchMaps
Thiakil
2018-07-11
1
-0
/
+12
*
|
move SynchronizedTypeLoader to a non-inner
Thiakil
2018-07-06
1
-28
/
+0
*
|
speed up Deobfuscator's getSources by using a single TranslatingTypeloader an...
Thiakil
2018-07-06
1
-3
/
+39
*
|
make isMethodProvider public
modmuss50
2018-07-05
1
-1
/
+1
*
|
Make decompile parallel
modmuss50
2018-07-03
1
-6
/
+10
*
|
Output directly to file on source export
gegy1000
2018-07-03
1
-4
/
+4
*
|
Apply deobfuscated name to transformed classes
gegy1000
2018-06-23
1
-6
/
+12
*
|
Resolve all failed tests
gegy1000
2018-06-22
1
-9
/
+7
*
|
Fix issues with inner class signature transformation
gegy1000
2018-06-21
1
-3
/
+4
*
|
Fix anonymous class generation
gegy1000
2018-05-20
1
-1
/
+1
*
|
More bytecode translation
gegy1000
2018-05-19
1
-3
/
+3
*
|
Package updates
gegy1000
2018-05-19
1
-0
/
+1
*
|
Initial port to ASM
gegy1000
2018-05-19
1
-106
/
+119
|
/
*
Rebuild innerclass method names.
modmuss50
2017-04-05
1
-22
/
+30
*
Avoid crash using rebuild method names + make sure that the mapping is dirty ...
Thog
2017-04-05
1
-1
/
+7
*
Reformat code
Thog
2017-03-24
1
-0
/
+1
*
Follow Fabric guidelines
Thog
2017-03-08
1
-583
/
+580
*
Drop unix case style and implement hashCode when equals is overrided
Thog
2017-03-07
1
-6
/
+2
*
Merge branch 'feature/method-converter'
Thog
2016-11-18
1
-13
/
+12
|
\
|
*
Method Converter: Add bytecode matching to match what is identical
Thog
2016-10-17
1
-13
/
+12
*
|
BREAKING CHANGE: Implement modifier transformer
Thog
2016-10-30
1
-0
/
+21
*
|
Fix order of packages, hanging of Enigma and classes nodes not renamed when p...
Thog
2016-10-28
1
-1
/
+6
*
|
Starting implementing local variables (#33)
Thog
2016-10-19
1
-0
/
+8
*
|
remove none/ prefix
asiekierka
2016-10-18
1
-1
/
+1
|
/
*
fix method/argument renaming edge cases, add method/argument name rebuilder, ...
asiekierka
2016-09-12
1
-3
/
+88
*
And make ClassTransformer public so it can be used
modmuss50
2016-08-25
1
-1
/
+1
*
make transformJar public so custom ClassTransformer can be used from external...
modmuss50
2016-08-25
1
-1
/
+1
*
Update Procyon (fix UTF-8 issues), disable debug line number in source code a...
Thog
2016-08-19
1
-20
/
+20
*
add proper propagation of argument names
asiekierka
2016-08-18
1
-1
/
+1
*
Revert "Removed unused methods"
asiekierka
2016-08-17
1
-0
/
+4
*
Avoid making libraries methods renameable + Fix Cancel buttons in save diag
Thog
2016-08-15
1
-1
/
+1
[next]