Jump to content

Crackme

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 119.198.43.137 (talk) at 16:06, 27 January 2013 (External links). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A crackme (often abbreviated by cm) 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 company is being infringed upon.

Crackmes, Reversemes and Keygenmes generally have similar protection schemes and algorithms to those found in commercial protections. However due to the wide use of packers/protectors in commercial software, many crackmes are actually more difficult as the algorithm is harder to find and track than in commercial software.

A Keygenme specifically is designed for the reverser to not only find the algorithm used in the application, but also write a small Keygen in the programming language of their choice. Although, most keygenmes properly manipulated can be self-keygenning.

An example of a keygenme.

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]

  • crackmes.de - A great site for testing your reversing skills. Crackmes range from Very Easy to Very Hard [1-9] for many Operating systems !
  • tdhack.com - a lot of challenges including cryptographic riddles, hackmes and software applications to crack for both Windows and Linux. Polish and English languages are supported.
  • crackmes.prv.pl - large Polish crackmes database. Currently does not accept new crackmes.

Programs

  • Ollydbg - Used by beginners and experienced people