Jump to content
Tuts 4 You

Simple Keygen Me


TheCrippledModder

Recommended Posts

TheCrippledModder

Difficulty : 2
Language : .NET
Platform : tested on windows 10
OS Version : All
Packer / Protector : Enigma and custom obfuscation (Without constant encryption)

Description : 

So, the goal of this Keygen Me is to obviously create a keygen. Your keygen should create a "KEY" file which will contain data which will be checked by the application. The application takes the key file as input (Drag and drop).

Provided with the application is a sample key file which contains a valid key. Create a keygen which will create other valid key files.

Screenshot :

Screenshot_1.png.1f7406e5a469f7cc58331b390c8cd946.png

CrackMe.rar

Link to comment
Share on other sites

  • 1 month later...
2 hours ago, disterso said:

 

Program doesn't even launch for me. . .

  qXg4nv.png

Try adding in a keyfile as an argument, Worked for me..

 

Link to comment
Share on other sites

  • 3 months later...

Wasn't that hard.

1. Dump the assembly.

  • Open it in x64dbg
  • Break on the entrypoint of clr.dll
  • Dump with MegaDumper

2. Deobfuscate it.

  • For this I wrote a program that I attached below
  • It will deobfuscate the assembly and we can run it/debug it as we please

3. Writing a keygen.

  • While I was reversing, I found a formula that makes this really easy:
    • :(1),#{num1}:(2),#{num2}:(3),#{num3}:(4),#{num4}:(5),#{num5}:(6),#{num6}:(7),#{num7}
  • You just generate a random string that when you add up the characters of it, you receive 662 as the sum.
  • Encrypt it using the Aes thing, just copy paste from dnSpy
  • Write it to a file

4. Done

 

UI.: The large filesize of the keygen is due to the music...:) enjoy ;)

Keygen.exe

 

TheCrippledModderDecryptor.exe

Edited by xSilent
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...