Jump to content
Tuts 4 You

Simple CrackMe #2 - Find The Missing Key


Go to solution Solved by Mizre,

Recommended Posts

Posted (edited)

Language : C++
Platform : Windows x86
OS Version : Windows
Packer / Protector none

Description

Gold: A Simple CrackMe Solve the missing key.

Bronze: If u don't find key - Patch it.

 Screenshot

I5M0aOt.png

Crackke.exe

Edited by mattheig
Posted

This program was very easy to solve without the key. All you have to do is rename one of the JNE to JMP and it would work. Created a patch for the file.

1gzFinR.png

Download for a patch is in the attached files, the patch was created by dUP2.

simple.crackme.#2.patch.exe

  • 1 month later...
Posted

serial : find_me_if_you_can

  • 2 months later...
Posted (edited)

the key is find_me_if_you_can

ddd.exe

Edited by Coco420
  • Solution
Posted (edited)

img%5D

Started with searching all text strings for Unregistered then placed a BP on the first call prior to the badboy at that location

Breakpoint-this-call.jpg

Some strange string is shown

strange-string.jpg

A little further down there is a loop which reiterates the characters in the correct order to give the password

the-magic.jpg

 

Spoiler

The password is : find_me_if_you_can

It was a good exercise for a newbie like me thank you. I realise that patching also achieves the same effect as registering but for some serial fishing is another option. As the great Lena 151 always said "There are many ways to attack a target"

Edited by Mizre
Add walkthrough to the solution
  • Like 1
  • 1 year later...
Posted
Spoiler

Password is: find_me_if_you_can

spacer.png

There is a loop on the function call at 0x??13D7 which enters the password words

  • 2 years later...
  • 4 months later...
Posted

Nice starting my cracking journey, cracked with patching, serial phishing and hex editing the serial key itself using x64dbg

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