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