Jump to content
Tuts 4 You

[unpackme] .NET ILProtector


MrJokerSc
Go to solution Solved by CodeExplorer,

Recommended Posts

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

Link to comment
Share on other sites

  • Solution
CodeExplorer

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
Link to comment
Share on other sites

Teddy Rogers

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]

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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 ?


Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 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...