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 02/04/2023 06:24 AM See changelog
Released
No changelog available for this version.
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
There are no comments to display.