TheCrippledModder Posted May 7, 2018 Posted May 7, 2018 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 : CrackMe.rar
puff Posted June 14, 2018 Posted June 14, 2018 (edited) Program doesn't even launch for me. . . Edited June 14, 2018 by disterso
jameswoods Posted June 14, 2018 Posted June 14, 2018 2 hours ago, disterso said: Program doesn't even launch for me. . . Try adding in a keyfile as an argument, Worked for me..
xSilent Posted October 13, 2018 Posted October 13, 2018 (edited) 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 October 13, 2018 by xSilent
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now