Crackme
This article needs additional citations for verification. (November 2008) |
A crackme (often abbreviated by cm[citation needed]) is a small program designed to test a programmer's reverse engineering skills.[1]
They are programmed by other reversers as a legal way to crack software, since no intellectual property is being infringed upon.
Crackmes, reversemes and keygenmes generally have similar protection schemes and algorithms to those found in proprietary software. However, due to the wide use of packers/protectors in commercial software,[further explanation needed] many crackmes are actually more difficult as the algorithm is harder to find and track than in commercial software.[further explanation needed]
Keygenme

A keygenme is specifically designed for the reverser to not only find the protection algorithm used in the application, but also write a small keygen for it in the programming language of their choice. However, most keygenmes, when properly manipulated, can be self-keygenning.[further explanation needed]
Often anti-debugging and anti-disassemble routines are used to confuse debuggers or make the disassembly useless.[2] Code-obfuscation is also used to make the reversing even harder.[3]
References
External links
- crackmes.de - A site for testing reversing skills. Crackmes range from "Very Easy" to "Very Hard" for many operating systems.
- tdhack.com - Includes cryptographic riddles, hackmes and software applications to crack for both Windows and Linux. Polish and English languages are supported.
- Ollydbg - A program used both by beginners and experienced people.[further explanation needed]