Jump to content
Tuts 4 You

[unpackme] .NET ILProtector


Go to solution Solved by CodeExplorer,

Recommended Posts

Posted

Hi


 


I have Simple Unpack Me Use ILProtector


 


You Now ILProtector You Can Do AnyThing


 


With Reflector Watch I Have This


 


NUGOrE.png


 


 


When You Unpacked This


 


You Have To Give Me Phote In Relector To See it


 


If He Full Unpacked Or No


 


Like This Full Unpacked


 


IvLL9k.png


 


Not Put EnterPoint On CompareString And Give Me User Or Pass


 


No I Need Pic Like This


 


 


IvLL9k.png


 


 


 


 


Unpack Me.rar

  • Solution
CodeExplorer
Posted

Here is my unpacked:

private void Button1_Click(object sender, EventArgs e)
{
    if ((this.TextBox1.Text == "") | (this.TextBox2.Text == ""))
    {
        Interaction.MsgBox("Please! Enter User And Password For Enter", MsgBoxStyle.Information, null);
    }
    else if (((this.TextBox1.Text == "MrJoker - Security Professoianl") & (this.TextBox2.Text == ".NET Cracker")) & (this.TextBox3.Text == Strings.StrReverse("Unpack Me")))
    {
        Interaction.MsgBox("We Have a Wonner", MsgBoxStyle.MsgBoxRight, null);
        MyProject.Computer.Audio.PlaySystemSound(SystemSounds.Hand);
    }
    else
    {
        Interaction.MsgBox("We Have a Wonner", MsgBoxStyle.MsgBoxRtlReading, null);
        MyProject.Computer.Audio.PlaySystemSound(SystemSounds.Beep);
    }
}

 

Unpack Me_patched_blob4_unpacked.zip

  • Like 4
Teddy Rogers
Posted

The [unpackme] tag has been added to your topic title.

Please remember to follow and adhere to the topic title format - thankyou!

[This is an automated reply]

Posted

how to unpack this file ? Hi CodeCracker,can you give some advice? tools or tuts? Thanks!


Posted

Oh Good CodeCracker


 


 


Can Tall Me How To Unpacked ?


 


You Can Give Me Photes or Video 


 


Any Thing We Wait You

Posted

Here is my unpacked:

private void Button1_Click(object sender, EventArgs e)

{

    if ((this.TextBox1.Text == "") | (this.TextBox2.Text == ""))

    {

        Interaction.MsgBox("Please! Enter User And Password For Enter", MsgBoxStyle.Information, null);

    }

    else if (((this.TextBox1.Text == "MrJoker - Security Professoianl") & (this.TextBox2.Text == ".NET Cracker")) & (this.TextBox3.Text == Strings.StrReverse("Unpack Me")))

    {

        Interaction.MsgBox("We Have a Wonner", MsgBoxStyle.MsgBoxRight, null);

        MyProject.Computer.Audio.PlaySystemSound(SystemSounds.Hand);

    }

    else

    {

        Interaction.MsgBox("We Have a Wonner", MsgBoxStyle.MsgBoxRtlReading, null);

        MyProject.Computer.Audio.PlaySystemSound(SystemSounds.Beep);

    }

}

The unpacked file crash for me.

What Framework version it is?

CodeExplorer
Posted
The unpacked file crash for me.

This is probable because of missing Protect32.dll file!

 

  • Like 2
Posted

Okay Think You But


 


The Unpack Tut Work It in my App


 


But Another App Use This Protector 


 


No Work


 


So Can You Give Me tut


 


Work In All App Use This App ?


Posted

There are some wrong meassage when used ILprotector unpacker by codecracker to uppack this crackeme..


post-81683-0-57385700-1412745868_thumb.j

Posted

There are some wrong meassage when used ILprotector unpacker by codecracker to uppack this crackeme..

 

 

Yes It's Some Erorr Becouse

 

The Protector Is Upraged

 

Now ILPro Unpacker Not Work With New Version

 

We Need New Version For This Unpacker

 

 

Wheres CodeCracker ? We Waiting You :)

 

 

I Have Tut For Unpack But Is Too Long

 

If You Nedd This Tut I Give You

 

And You Make Simple Program With This Tut

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...