Exemplo n.º 1
0
 public int SetDecryptor(string dll)
 {
     Decrypt = Decryptor.Decryptor.InitDecryptDll(dll);
     if (Decrypt == null)
     {
         Console.WriteLine("Unable to load the decryptor dll!");
         return(-1);
     }
     return(Decrypt.DecryptInit());
 }