Number of crackmes:
Number of writeups:
Comments:
| Name | Author | Language | Arch | Difficulty | Quality | Platform | Date | Downloads | Writeups | Comments |
|---|
| Crackme | Date | Infos | Actions |
|---|---|---|---|
| Small Horse | 2024-10-06 13:06 | Includes images and step-by-step instructions. How to modify the program to always return a "correct" response regardless of the input. Open as a markdown for the best experience and formatting, do not open as a text file. | View |
| Insanely Simple CrackMe | 2024-10-06 01:41 | Step by step solution for beginners | View |
| Crackme | Comment | Date |
|---|---|---|
| Badgercracker | found no anti-debugging features | 2025-02-09 11:35 |
| keygenme - need feedback! | solved using breakpoints | 2024-10-24 10:28 |
| keygenme - need feedback! | [Click to reveal]password is username + "-hqghumea" Enter your username: iwn Enter your serial key: iwn-hqghumea Correct! Good job :D | 2024-10-24 10:24 |
| Baby Keygen 4 | keygen import string, random chars, key = string.ascii_letters + string.digits, "" for i in range(11): key += random.choice(chars) key = 'A' + key[0:2] + 'X' + key[4:7] + "X" + key[8:] print(key) | 2024-10-24 09:35 |
| Baby Keygen 4 | This is the criteria for correct keys: if ( (unsigned int)strlen(var2) == 11 ) { if ( *var2 == 65 && var2[3] == 88 && var2[7] == 88 ) { printf("The key entered is valid"); return 1i64; } as long as you have those, you have a correct key | 2024-10-24 09:20 |
| Baby Keygen 3 | take a look at this compiled code to find out the valid format: if ( (unsigned int)strlen(localkey) == 11 ) { if ( *localkey == 65 && localkey[3] == 45 && localkey[7] == 45 ) { | 2024-10-23 10:25 |
| Baby Keygen 2 | keygen import string, random chars, key = string.ascii_letters + string.digits, "" for i in range(random.randint(4, 9)): key += random.choice(chars) key = 't' + key[1:4] + '-' + key[5:] print(key) | 2024-10-23 10:04 |
| Baby Keygen 2 | SPOILER else if ( user_input[0] == 116 && user_input[4] == 45 ) figured they were ascii characters. found it and the first character had to be a 't' and the fifth a hyphen. | 2024-10-23 09:46 |
| Zira 8 Keygenme! | [Click to reveal]user: iwn serial: 5134153 cracked :) | 2024-10-18 05:31 |
| 02 CrackMe - Expl0it | [Click to reveal]user: iwn key: 89 | 2024-10-17 10:57 |
| Hyperion | https://i.imgur.com/xLYizkj.png cracked | 2024-10-10 09:53 |
| Very Easy Crackme | fill with NOPs | 2024-10-09 09:17 |
| KeyGen Me | [Click to reveal]just saying, this got detected by antiviruses and virustotal | 2024-10-07 22:50 |
| VaultCrack | cracked, but what is it supposed to print if u returned a valid password? just "Welcome !" or is there anything else? | 2024-10-07 10:38 |
| Cookie Monster | just search strings | 2024-10-07 10:30 |
| Insanely Simple CrackMe | [Click to reveal]K4FlAXxF4LZ | 2024-10-06 00:57 |