| KeygenMe again! |
engraver1918 |
My first experience with a UPX-related task. |
2025-11-06 14:42 |
View |
| off_by_one |
hobbyist |
|
2025-11-05 20:55 |
View |
| Easiest |
Agasya |
|
2025-11-05 12:44 |
View |
| jump |
hobbyist |
|
2025-11-04 23:42 |
View |
| Matryoshka |
zaq3m1hjx@mozmail.com |
|
2025-11-04 14:11 |
View |
| Easiest |
OuSen |
|
2025-11-03 14:31 |
View |
| Easy for begin |
cool-alias7777 |
|
2025-11-02 12:16 |
View |
| int overflow |
Tabyretka |
Here is everything to quickly understand how to work with such tasks. But this is not enough to deepen |
2025-11-02 05:50 |
View |
| Lookmeup II |
stackpointer7 |
The file's contents explain what the program does and also contains a keygen written in assembly |
2025-11-01 19:06 |
View |
| Godez_Mark crackme |
Matt-DESTROYER |
|
2025-10-30 02:31 |
View |
| Matryoshka |
SerdarAD |
hope you'd like it! |
2025-10-29 22:55 |
View |
| First C program |
gfdgdfggdfd |
|
2025-10-28 17:34 |
View |
| passfind |
Eilay_Yosfan |
It was very fun! Here are my steps to solve this crack me using only x64dbg debugger |
2025-10-25 15:12 |
View |
| passfind |
jac |
|
2025-10-22 02:40 |
View |
| babyFirstCrackme |
cAMPer69 |
!_-P@$$w0rD-_! |
2025-10-20 08:46 |
View |
| Patch Protect v3 |
lexx |
solution in python |
2025-10-20 08:11 |
View |
| ez crackme |
jesus35t |
Ez crackmee |
2025-10-19 23:18 |
View |
| linux_asm_jenya |
jesus35t |
Basic palindrome checking program |
2025-10-19 22:55 |
View |
| _starting off |
temurin |
|
2025-10-19 19:16 |
View |
| off_by_one |
jesus35t |
Basic crackme which computes password bytes with ascii |
2025-10-19 01:33 |
View |
| passfind |
Cony |
Solution using Binary Ninja Free |
2025-10-18 22:57 |
View |
| medium crackme |
k00ri |
CAFEBABE!! hahaha
Ketdk-pll / Ke2qpnqlj / Ke-l19g24
Kehqrduuo6gbe / Kemdtqm5m_m1 / Ke_y8g |
2025-10-18 17:44 |
View |
| Key License |
dd_nomoney |
|
2025-10-17 13:06 |
View |
| Random user and pw protected console app |
Cyberseal |
Was fun to solve this one! took me 3hours Download: https://github.com/SellMeFish/vprwv-s-Random-user-and-pw-protected-console-app-crackme |
2025-10-15 18:13 |
View |
| Random user and pw protected console app |
madzohan.ytb |
2x replace JZ with JMP
Steps I've done:
1) open downloaded binary in Ghidra debugger.
2) search "User_not_recognized." All fields
3) pressed Ctrl+E (show decompliler) and analyzed FUN_140019fa0
4) noticed two if/else for user/password ... thats where patches should be applied
user bypass
replace CTRL+SHIFT+G (Patch intstruction)
14001a0cb 74 74 JZ LAB_14001a141
with
14001a0cb eb 74 JMP LAB_14001a141
password bypass
replace CTRL+SHIFT+G (Patch intstruction)
14001a18e 0f 84 81 JZ LAB_14001a215
00 00 00
with
14001a18e 48 e9 81 JMP LAB_14001a215
00 00 00
Done
Export modified exe and run =)
gist version here https://gist.github.com/madzohan/e2ded5e8c912782df21dbe8bc3dba287
|
2025-10-15 12:48 |
View |
| passfind |
RobDillingham |
|
2025-10-14 20:13 |
View |
| Notepad Launcher |
k00ri |
djb2 is cooool! |
2025-10-13 16:26 |
View |
| KeygenMe again! (fix) |
k00ri |
This is first Writeup for me. |
2025-10-11 18:45 |
View |
| good girl |
dollhead |
The crackme uses a 4x4 matrix lookup system where input pairs `(row, column)` access specific values that must sum to zero. The key gen I wrote generated 6 solutions |
2025-10-10 20:37 |
View |
| good kitty |
dollhead |
This one forced me to learn dynamic debugging w/ gdb |
2025-10-09 22:49 |
View |
| Very easy disassembly execise |
dollhead |
Decompiling the main function shows a line where user input is compared to a hard-coded integer. Converting that integer into decimal form provides the answer! :) |
2025-10-09 03:10 |
View |
| int overflow |
Hussam |
this write up is in assembly , and commented out (so you can learn some assembly ) |
2025-10-07 12:52 |
View |
| logic trap |
nolduakali |
simple tutorial |
2025-10-07 04:12 |
View |
| Very easy disassembly execise |
Hussam |
Detailed write-up , helpful for assembly trace |
2025-10-06 20:56 |
View |
| agent_1337 |
temurin |
|
2025-10-05 16:27 |
View |
| Easy, but interesting for novice |
dollhead |
Very interesting for this noob, and easy now that I understand it :) Learned a lot and loved it, even though it was frustrating! |
2025-10-04 01:59 |
View |
| Patch protect lite |
lexx |
|
2025-10-02 20:41 |
View |
| First C program |
Eilay_Yosfan |
This is how i solved this crack me ^_^ |
2025-09-30 07:45 |
View |
| Very easy |
dollhead |
The program takes input twice, transmuting the first and checking if it's equal to the secondary input. Decompiling the program reveals simple arithmetic in the main function, which can be used to predict the required secondary input.
My write-up is longer than the others, but I hope it's still helpful! |
2025-09-30 00:33 |
View |
| RecursiveBC (Java) |
trendcrusher |
|
2025-09-27 20:45 |
View |
| Sexy 1337 |
Direwolfesp |
Explanation in solution.md which contains a nushell snippet as solver. |
2025-09-25 21:54 |
View |
| good girl |
Makuslaw |
Static analysis + simple script |
2025-09-24 21:35 |
View |
| Welcome to the Rice Fields! (fixed) |
jmpeax |
Finally the rice fields are conquered!
See attached zip for a comprehensive writeup and code for the necessary keygens.
The necessary verification files are included in the zip file. |
2025-09-24 16:53 |
View |
| good kitty |
Makuslaw |
Lengthy Ghidra + GDB analysis |
2025-09-23 19:22 |
View |
| what |
HCF |
my solution; |
2025-09-23 14:24 |
View |
| good kitty |
SOURAV_BOSE |
good kitty writeup using gdb |
2025-09-22 15:36 |
View |
| good kitty |
HCF |
my solution; |
2025-09-22 13:35 |
View |
| crackme1 by adamziaja |
SOURAV_BOSE |
crackme01 crackme solved using python generated keyGen |
2025-09-22 07:39 |
View |
| passfind |
m1kasha |
|
2025-09-21 11:18 |
View |
| eyecandylocked by nexy |
SOURAV_BOSE |
eyecandyLOCKED crackme solved using ghidra |
2025-09-21 09:34 |
View |