Есть программа при запуске спрашивает регистрация можете обойти - вопрос №1791450

Есть программа при запуске спрашивает регистрация

Я декомпилировал с помощью .NET Reflector вот frmregistration

private void button1_Click(object sender, EventArgs e)

{

if (string.IsNullOrEmpty(this.txtName.Text))

{

System.Windows.Forms.MessageBox.Show(«Fill the empty fields!»);

}

else

{

PaynetHelperSolo._classes.ModifyRegistry modifyregistry1 = new PaynetHelperSolo._classes.ModifyRegistry();

string str1 = this.txtSerial.Text;

string str2 = this.txtName.Text.Trim();

string str4 = PaynetHelperSolo._classes.CryptorEngine.Encrypt(new PaynetHelperSolo._classes.SerialHelper().GetHardwareId(), true, «DILMUROD_MARAZ!.!@#$%^&*()QWERTY»);

this.txtActivateId.Text = str4;

if ((PaynetHelperSolo._classes.CryptorEngine.Encrypt(str4, true, str2 + ".!@#$%MAQLUQ_DILMUROD_SCRIPT_GALAMIZ$$$") == str1) && string.op_Inequality(str1, ""))

{

modifyregistry1.Write(«RegisteredTo», this.txtName.Text.Trim());

modifyregistry1.Write(«serialCodeSN», this.txtSerial.Text);

modifyregistry1.Write(«ActivateId», this.txtActivateId.Text);

System.Windows.Forms.MessageBox.Show(«Thank you for registration!»);

base.Close();

}

else

{

System.Windows.Forms.MessageBox.Show(«Wrong serial enetred! Try again!», «Wrong serial!», System.Windows.Forms.MessageBoxButtons.OK, System.Windows.Forms.MessageBoxIcon.Hand);

}

}

}

Потом с помощьюDeveloper Command Prompt for VS2013 дампил

Как мне узнать код регистрация или убрать это помогите пожалуйста

07.01.16
1 ответ

Ответы

что за прога?
14.01.16
Посмотреть всех экспертов из раздела Технологии > .Net/C#
Пользуйтесь нашим приложением Доступно на Google Play Загрузите в App Store