Print warning if I/O exception

This commit is contained in:
de4dot 2012-02-13 11:16:38 +01:00
parent 981472cd91
commit 5579323b3e

View File

@ -352,9 +352,6 @@ namespace de4dot.code.deobfuscators.CodeVeil {
catch (InvalidDataException) {
return null;
}
catch (IOException) {
return null;
}
catch (Exception ex) {
Log.w("Got an exception when decrypting resources: {0} - {1}", ex.GetType(), ex.Message);
return null;