Skip to content

Alon-Alush/RobotCrackme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RobotCrackme

MIT License

RobotCrackme is a solid mid-level crackme made in C, aimed at reversers who have already grasped the basic concepts of reverse engineering like unpacking and anti-debugging.

The storyline

In the crackme, you need to help "Bob the Robot" find his lost passcode, so that he could change his dying battery slot. Like my previous crackme, it adds ASCII art to make the cracking process more interesting and engaging.

robotcrackme

Protections

This crackme is packed using XOR with a key. This means that, in order to modify the file, you'll first have to dump its unpacked memory state with something like ScyllaHide.

Luckily, it's very easy to unpack :)

RobotCrackme on other platforms

Explore RobotCrackme and its solutions on crackmes.one and crackmy.app.

Packages

No packages published