Jump to content
Tuts 4 You

0x7 Protector (Beta)


2 Screenshots

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.

https://www.virustotal.com/gui/file/965c96b4e7a431635ab9f450cb89784791aec2eec27a204e195dece2fcce5f36?nocache=1


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!


User Feedback

Recommended Comments

There are no comments to display.

×
×
  • Create New...