protected override void scanForObfuscator()
        {
            stringDecrypter = new StringDecrypter(module);

            if (hasAssemblyRef("Microsoft.VisualBasic"))
            {
                stringDecrypter.find();
            }
        }
Esempio n. 2
0
        protected override void scanForObfuscator()
        {
            stringDecrypter = new StringDecrypter(module);

            if (hasAssemblyRef("Microsoft.VisualBasic"))
                stringDecrypter.find();
        }