| Password And Flag in C |
xttrnela |
Found the password using GDB debugger |
2026-09-21 16:58 |
View |
| Tricky challenge or is it ? |
sh0k0n1c |
Decrypt XOR string seen in the entry point of program |
2026-09-21 13:07 |
View |
| My First crackme |
Shiro5550 |
check strings |
2026-09-20 13:41 |
View |
| Pass CrackMe |
bestaireverser |
Collapsed the VM layer to its final byte predicate. |
2026-09-20 10:01 |
View |
| Tricky challenge or is it ? |
fon37 |
Just a simple static reverse |
2026-09-20 06:07 |
View |
| Find the password Windows ver |
fon37 |
understanding the assembly code |
2026-09-19 02:24 |
View |
| Tricky challenge or is it ? |
acheylate |
The secret string is: supersecret123 |
2026-09-18 07:35 |
View |
| Product Activation |
ok |
activate interprets libcerberus.so as bytecode for a custom vm with an mmu. traced it via ptrace, reversed the opcode set and the seeded rolling hash check, key fell out of the recurrence |
2026-09-18 00:21 |
View |
| sygil (gui version for linux) |
ok |
Keygen for any alias: FNV-1a-32 hash, fold (h>>16)^(h&0xFFFF), format syg-%08x-%04x-%08x. TracerPid anti-debug XORs 0xDEADBEEF when traced. Verified in GUI. |
2026-09-17 23:19 |
View |
| Find the password |
kaya |
Password HVUHADN — recovered by cross-referencing the result strings and disassembling the check at 0x100fd: the password is stored as two overlapping 4-byte XOR constants (0x48555648 'HVUH' + 0x4e444 |
2026-09-17 22:19 |
View |
| easy_reverse |
zeroflag |
Static analysis and GDB/GEF solution exploring argc/argv, pointers and character-based validation. Step-by-step walkthrough included. |
2026-09-17 19:14 |
View |
| Auth Pin |
tor1 |
ConfuserEx-obfuscated PIN check where the secret was hiding in plain sight — PIN as a raw int, strings only Base64-encoded. |
2026-09-17 18:40 |
View |
| user-pass. |
tor1 |
Manual unpacking of an Agile.NET packer with anti-debug, then AES key/IV extraction to decrypt the credentials — all statically, without letting the app run under a debugger. |
2026-09-17 18:36 |
View |
| a bit of a challenge |
Kontar |
https://kontar0.github.io/writeups/crackme-04.html |
2026-09-17 14:07 |
View |
| KeygenMe |
xttrnela |
Made a keygen which calculates correct serial |
2026-09-17 11:15 |
View |
| Monsignors Crackme |
xttrnela |
Found the password using Ghidra decompiler. |
2026-09-17 10:34 |
View |
| a bit of a challenge |
nomnomheapnom |
Name is hashed with 32-bit FNV-1a plus two rotating accumulators, then fmix32-avalanched; "%08x%08x%08x" gives the 24-char sigil. ptrace(TRACEME) anti-debug only; trivial forward keygen. |
2026-09-17 05:45 |
View |
| good kitty |
SOURAV |
|
2026-09-17 05:17 |
View |
| vvsc by elijunior01 |
SOURAV |
- Takes numeric password as input - Checks if the password is correct or not - If password is correct then print **Allowed access** else **Access denied** |
2026-09-17 05:15 |
View |
| Simple crackme |
SOURAV |
I gave a random input at first and **ltrace** command was able to trace the library function calls made and we can see it loaded the user input as **args1** and the original key as **args2**. Of cours |
2026-09-17 05:12 |
View |