Jump to content
Tuts 4 You

[UnPackMe] My First Net UnPackMe


Recommended Posts

Posted (edited)

I guys this is my first unpackme, i hope you like it

 

 
Enjoy!!  :D

 

 

Edited by Derberux
Posted

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.


Posted

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

Posted

try again, try to unpack it

 

Unpack what? There is nothing to unpack here!

Posted (edited)

this isn't unpacked

 

 

Unpack what? There is nothing to unpack here!

you think that it isn't packed, but yeah this is packed, the original unpackme is 

 

f8996484aa7a59c4296080437a8da6b1.png

 

 

it have two method for login

Edited by paula3222
Posted

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
Posted (edited)

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
Posted

Try to put spaces between letters...it won't be done without password


Posted

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

Posted

Try to put spaces between letters...it won't be done without password

posted.

Posted

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?

Posted

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

Hadits follower
Posted

main file de4dot says only Spices.NET protected


Posted

main file de4dot says only Spices.NET protected

i don't know why, i have used more

Hadits follower
Posted (edited)

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

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