Skip to content

NicoGaming77/CrackMe

Repository files navigation

CrackMe

A "crackme" reverse engineering challenge is a type of puzzle designed to test one's skills in reverse engineering and software analysis.

There is a password hidden within each of the compiled binaries, and the levels get harder with each challenge.
The executables are compiled for windows but the source code has been provided so you can compile them for other operating systems.
There are no anti-debugger tricks in place.

Note: Looking at the source code will reveal both the password and how the password is hidden

Levels

  1. Plaintext password
  2. Testing individual characters
  3. Simple string manipulation
  4. Using XOR to hide the password
  5. Encrypting the password
  6. Password is generated at runtime

Good luck!

About

Reverse Engineering Challenges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published