wanderings ยท projects

Medusa

Repository Link: https://github.com/iamavu/medusa

Blog Series: Making Medusa

Medusa is a small crackme challenge written in C. It was inspired by the idea of learning reverse engineering and binary exploitation through hands-on practice. As of now, the program is a simple binary that asks user for password which is stored in an obfuscated way in the binary itself. The goal is to reverse engineer the binary and find the correct password.