de4dot-cex/de4dot.code/deobfuscators/dotNET_Reactor
de4dot b259991415 Some fixes:
- Remove empty class only if methods are inlined
- Don't add .cctor methods to possibly-inlined-methods list
2011-11-24 23:58:42 +01:00
..
AntiStrongname.cs Update code for DNR 4.3+ obfuscated assemblies 2011-11-12 16:04:51 +01:00
AssemblyResolver.cs Use Utils.StartsWith() since mono's impl is buggy 2011-11-17 04:22:12 +01:00
BooleanDecrypter.cs Remove decrypter type (all refs to it should be gone now) 2011-11-08 21:27:03 +01:00
BoolValueInliner.cs Add BoolValueInliner class 2011-10-26 21:05:35 +02:00
Deobfuscator.cs Some fixes: 2011-11-24 23:58:42 +01:00
EmptyClass.cs Remove calls to empty class 2011-11-24 10:44:01 +01:00
EncryptedResource.cs Update decrypter detection code 2011-11-24 10:08:29 +01:00
MetadataTokenObfuscator.cs Check op for null and update detection code 2011-11-01 18:47:26 +01:00
MethodsDecrypter.cs Convert 'return some_int' native methods to CIL code 2011-11-11 20:55:39 +01:00
QuickLZ.cs Add resource decrypter 2011-11-08 19:32:10 +01:00
ResourceResolver.cs Remove decrypter type (all refs to it should be gone now) 2011-11-08 21:27:03 +01:00
StringDecrypter.cs Remove decrypter type (all refs to it should be gone now) 2011-11-08 21:27:03 +01:00