Try to unpack or alternatively provide a serial. If there is no solution provided by Saturday 11am (GMT+0) I will attach the same without debugger detection.
Protections used:
- Debugger detection (User-mode + Kernel-mode)
- Ultra (Mutation + Virtualization)
Disabled protections:
- Virtual Machine
- Packer
string error = null; try { error = Validate(textBox1.Text); } catch { label2.ForeColor = Color.Red; label2.Text = "invalid serial"; } finally { if (error != null) { label2.ForeColor = Color.DarkGreen; label2.Text = string.Format("hi {0} thanks for registering", error); } }
Recommended Comments
There are no comments to display.