Jump to content
Tuts 4 You

[UnPackMe] My First Net UnPackMe


Derberux

Recommended Posts

I don't understand what is the objective of this unpackme. All method are clarly visible but obfuscated, this means that we can rename them to make more readable. But there are no other protections in my opinion, both PE is ok and there is no packer stub to remove.


Link to comment
Share on other sites

I don't understand what is the objective of this unpackme. All method are clarly visible but obfuscated, this means that we can rename them to make more readable. But there are no other protections in my opinion, both PE is ok and there is no packer stub to remove.

try again, try to unpack it

Link to comment
Share on other sites

glwo.png


Wow, you "discovered" .netshrink with password protection? Genius!


 


Just so you know, Rijndael is generally unbreakable, so nobody is going to waste time to bruteforce whatever lame password you chose.


  • Like 2
Link to comment
Share on other sites

glwo.png

Wow, you "discovered" .netshrink with password protection? Genius!

 

Just so you know, Rijndael is generally unbreakable, so nobody is going to waste time to bruteforce whatever lame password you chose.

 

okay, i have posted the password in the first post, but.. the password is a spam :(

Edited by paula3222
Link to comment
Share on other sites

Private Sub textPassword_KeyPress(ByVal sender As Object, ByVal e As KeyPressEventArgs)

If (e.KeyChar = ChrW(13)) Then

Me.buttonOk_Click(sender, e)

MyBase.DialogResult = DialogResult.OK

MyBase.Close

End If

End Sub

Link to comment
Share on other sites

I still don't know what's the password.

 

 

Modders ****** + Nation ******* + ESP ****** + .netthis is the password, just link the words

 

So I removed the "+" chars. But it doesn't work.

Can you post the password without "+" and spaces or whatever is the password?

Link to comment
Share on other sites

I still don't know what's the password.

 

So I removed the "+" chars. But it doesn't work.

Can you post the password without "+" and spaces or whatever is the password?

just the words

 

ModdersNationESP.net

Link to comment
Share on other sites

Hadits follower

i opened ur file and give ur password then used dotnetsdumper there had so many file dumped. there actually all files are main . and yes all have different protection


Edited by Death
  • Like 1
Link to comment
Share on other sites

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