Keep deobfuscating methods even if a cflow deobfuscation exception is thrown

This commit is contained in:
de4dot 2014-02-15 21:13:56 +01:00
parent c35e14ac00
commit e3307dc9ac

View File

@ -595,9 +595,6 @@ namespace de4dot.code {
try {
Deobfuscate(method, cflowDeobfuscator, methodPrinter, isVerbose, isVV);
}
catch (ApplicationException) {
throw;
}
catch (Exception ex) {
if (!CanLoadMethodBody(method)) {
if (isVerbose)