Print number of restored methods

This commit is contained in:
de4dot 2014-03-11 22:05:54 +01:00
parent e2a95f6838
commit a9a79021a4

View File

@ -112,6 +112,7 @@ namespace de4dot.code.deobfuscators.Agile_NET.vm.v1 {
PrintMethod(methodPrinter, cilMethod);
}
Logger.Instance.DeIndent();
Logger.n("Restored {0} CSVM methods", csvmMethods.Count);
}
static void PrintMethod(MethodPrinter methodPrinter, MethodDef method) {