Update "reason" string

This commit is contained in:
de4dot 2013-01-20 18:12:53 +01:00
parent 641a0ce8a4
commit afe66e770d

View File

@ -371,12 +371,12 @@ namespace de4dot.code.deobfuscators.Confuser {
if (jitMethodsDecrypter != null) { if (jitMethodsDecrypter != null) {
AddModuleCctorInitCallToBeRemoved(jitMethodsDecrypter.InitMethod); AddModuleCctorInitCallToBeRemoved(jitMethodsDecrypter.InitMethod);
AddTypeToBeRemoved(jitMethodsDecrypter.Type, "Method decrypter (JIT) type"); AddTypeToBeRemoved(jitMethodsDecrypter.Type, "Methods decrypter (JIT) type");
} }
if (memoryMethodsDecrypter != null) { if (memoryMethodsDecrypter != null) {
AddModuleCctorInitCallToBeRemoved(memoryMethodsDecrypter.InitMethod); AddModuleCctorInitCallToBeRemoved(memoryMethodsDecrypter.InitMethod);
AddTypeToBeRemoved(memoryMethodsDecrypter.Type, "Method decrypter (memory) type"); AddTypeToBeRemoved(memoryMethodsDecrypter.Type, "Methods decrypter (memory) type");
} }
if (options.RemoveAntiDebug && antiDebugger != null) { if (options.RemoveAntiDebug && antiDebugger != null) {