I would like you to test the obfuscator I am still working on developing.
The goal is to unpack the file and provide your unpacking method.
What's New in Version 11/14/2022 02:14 AM
Released
[ ! ] Improved & Fixed Dynamic Methods
private void Check(string pass)
{
if (this.textBox1.Text == pass)
{
MessageBox.Show("Success !", "Info", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);
}
MessageBox.Show("Failed !", "Info", MessageBoxButtons.OK, MessageBoxIcon.Hand);
}
No modifications yet, I will update these details if I modify anything!
Recommended Comments