These messages should be warnings

This commit is contained in:
de4dot 2012-02-18 07:52:58 +01:00
parent db9e7bb414
commit 8b059bcea7

View File

@ -271,7 +271,7 @@ namespace de4dot.code {
// We're here if there were no cflow deobfuscation, or if there are two or
// more blocks branching to the decrypter method, or the two blocks can't be
// merged because one is outside the exception handler (eg. buggy obfuscator).
Log.v("Could not find all arguments to method {0} ({1:X8})",
Log.w("Could not find all arguments to method {0} ({1:X8})",
Utils.removeNewlines(method),
method.MetadataToken.ToInt32());
return false;
@ -319,7 +319,7 @@ namespace de4dot.code {
break;
default:
Log.v("Could not find all arguments to method {0} ({1:X8}), instr: {2}",
Log.w("Could not find all arguments to method {0} ({1:X8}), instr: {2}",
Utils.removeNewlines(method),
method.MetadataToken.ToInt32(),
instr);