de4dot-cex/de4dot.code
2011-11-01 18:46:59 +01:00
..
AssemblyClient Fix serialization problem when calling exit() 2011-10-03 10:04:33 +02:00
deobfuscators It's generic code so move it to common parent dir 2011-11-01 18:46:59 +01:00
PE Add .NET metadata reader (ported from C++) 2011-10-29 02:20:44 +02:00
Properties Set version 1.1.3 2011-10-24 15:48:19 +02:00
renamer Throw if PInvokeInfo is null. The type was probably removed. 2011-10-31 00:18:11 +01:00
AssemblyModule.cs Allow passing dumped methods to reload() 2011-10-29 02:22:36 +02:00
AssemblyResolver.cs Don't call GetDirectoryName() if name is "" (loaded from byte[]) 2011-10-26 14:32:10 +02:00
CommandLineParser.cs Change --no-control-flow-deob => --no-cflow-deob 2011-10-21 10:38:27 +02:00
de4dot.code.csproj It's generic code so move it to common parent dir 2011-11-01 18:46:59 +01:00
FilesDeobfuscator.cs Ignore ArgumentOutOfRangeException when loading files 2011-10-20 12:28:15 +02:00
IObfuscatedFile.cs Added 'default' string decrypter type 2011-09-28 16:06:10 +02:00
Log.cs Print deobfuscated method if -vv 2011-10-12 19:47:51 +02:00
MethodReturnValueInliner.cs Don't throw if we can't find all method args in the same block 2011-10-28 01:28:08 +02:00
NameRegexes.cs Initial commit 2011-09-22 04:55:30 +02:00
ObfuscatedFile.cs Add CanInlineMethods to IDeobfuscator 2011-11-01 14:19:53 +01:00
Option.cs Initial commit 2011-09-22 04:55:30 +02:00
Program.cs Remember to create DNR's info class 2011-10-24 19:51:04 +02:00
StringDecrypter.cs Refactor string decrypter to generic return value inliner class 2011-10-26 20:41:50 +02:00
UserException.cs Initial commit 2011-09-22 04:55:30 +02:00
Utils.cs Add CO deobfuscator. Can decrypt embedded assemblies. 2011-10-22 14:31:38 +02:00