reversing 3
-
crackmesone — genass3's patch protect
A super cool crackme featuring CRC patching protections, with a difficulty rating of 2. This write-up explains how I cracked it by patching the binary (and also by reconstructing or dumping the correct key from memory)!
-
crackmesone — git's simple crackme medium-hard
A crackme with a difficulty of 2.3, written in C/C++ for Windows. I learned a lot from solving it, especially about using a debugger!
-
crackmesone — duckzzy’s keygenme
A nice keygenme challenge with a difficulty of 2, written in C/C++ for Windows. This is my attempt at creating a keygen through static analysis of the challenge’s executable.