Jump to content
Tuts 4 You

Night Protector 2.0


Recommended Posts

Posted

Difficulty : IDK
Language : C#
Platform : Windows
OS Version : All Windows
Packer / Protector : Night Protector 2.0 (My own protector)

Description :

Unpack-me and clean the code, and give a Difficulty!

Screenshot :

image.png.2893687d7bbac8642b2861a662620d35.png

Click to download crackme!

  • 1 month later...
Posted

What i got so far... i just went to the method where it decrypts it and set a bp to get the key. some strings are decrypted. i don't know how to make my own string decrypter to do the other parts automatically.

key:

Spoiler

challange_me_nick

crack-me_obfuscated_stringdec.exe

  • 5 months later...
Posted (edited)

after few months, i decided to try again and i have finally unpacked it!
steps:

1. decrypted strings for parameter.

2. converted str that is actually an int value.

3. resolved all sizeOfs.

4. converted reference proxy calli to normal calls and removed the proxy calls.

5. Removed some Cflow.

6. calculated the integer values that uses xor to get the value.

7. decrypted all the strings.

8. cleaned cflows and the rest acrack-me_obfuscated_Unpacked.exend also renamed.

Credits: Tesla - Helping remove cflow

crack-me_obfuscated_Unpacked.exe

Edited by Cursedzx
  • 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...