Skip to content
  • April 2025
  • April 2024
  • March 2024
  • January 2024
  • December 2023

  • Crackme solutions
  • Personal projects
  • pwn.college
  • About
  • April 2025
  • April 2024
  • March 2024
  • January 2024
  • December 2023

  • Crackme solutions
  • Personal projects
  • pwn.college
pugachev.io
pugachev.io Tales of software reverse engineering.
  • About
pugachev.io
pugachev.io Tales of software reverse engineering.

“Rolling My Own” by picoCTF

This is a good example of the idea described in a very poorly written paper. The protection scheme is...
pugachevDec 16, 2023Jan 12, 2024
crackmectf

“Binary Bomb Lab” by OpenSecurityTraining2, course arch1001

First things first, this is just a great example of how to write crackmes/hackmes/whatevermes for learning, so thanks...
pugachevDec 16, 2023Jan 12, 2024
crackmectf

Cookie’s Byte Playground by Blepperton

A rather fun way to generate a key is to use data from your own binary. Anyway, nothing...
pugachevDec 16, 2023Dec 19, 2023
crackmectf

x64_crackme_keygen by dev0

Crackme’s algorithm is not hard at all: it takes each character from a given name, XORs it with...
pugachevDec 16, 2023Dec 19, 2023
crackmectf

Confusion by bl4ack

The main idea of the crackme is to generate 11 keys based on the length of the provided...
pugachevDec 16, 2023Dec 19, 2023
crackmectf

find_the_password by oxygen240

Simply put, the algorithm calculates a hash value using a manually created hash function and checks it against...
pugachevDec 16, 2023Dec 19, 2023
crackmectf
3456