Fix SA string decryption problem

This commit is contained in:
de4dot 2011-10-07 17:32:03 +02:00
parent 56da16086b
commit d69b1b465c

View File

@ -256,6 +256,8 @@ namespace de4dot.deobfuscators.SmartAssembly {
if (initdInfo != null)
break;
assemblyResolverInfo.findTypes();
resourceResolverInfo.findTypes();
decryptResources();
}