This shouldn't be a warning

This commit is contained in:
de4dot 2012-11-22 05:50:05 +01:00
parent 7ce782215e
commit 3a519b51d8

View File

@ -447,7 +447,7 @@ namespace de4dot.code.deobfuscators.Agile_NET {
case DecryptResult.NotEncrypted: return false;
case DecryptResult.Error:
Logger.w("Using dynamic method decryption");
Logger.n("Using dynamic method decryption");
byte[] moduleCctorBytes = getModuleCctorBytes(csRtType);
dumpedMethods = de4dot.code.deobfuscators.MethodsDecrypter.decrypt(module.Location, moduleCctorBytes);
return true;