This repository contains my writeups of some reversing and exploiting challenges I have done.
The goal of these writeups is not only to reach a solution, but to understand the internal logic, control flow, and security implications of each binary.
IOLI crackme challenges, are classic set of binaries used to practice binary reversing.
๐ Challenge information and scope โ IOLI INFORMATION
| Level | Platform | Writeup |
|---|---|---|
| 0x00 | Windows x86 (32-bit) | Level 0x00 |
| 0x01 | Windows x86 (32-bit) | Level 0x01 |
| 0x02 | Windows x86 (32-bit) | Level 0x02 |
| 0x03 | Windows x86 (32-bit) | Level 0x03 |
| 0x04 | Windows x86 (32-bit) | Level 0x04 |
| 0x05 | Windows x86 (32-bit) | Level 0x05 |
| 0x06 | Windows x86 (32-bit) | Level 0x06 |
| 0x07 | Windows x86 (32-bit) | Level 0x07 |
| 0x08 | Windows x86 (32-bit) | Level 0x08 |
| 0x09 | Windows x86 (32-bit) | Level 0x09 |
๐ Crackmes.one โ Platform to practice PWN, exploiting & reversing challenges created by the cracking community.
| Type | Platform | Writeup |
|---|---|---|
| Reversing | Windows - x64 (64-bit) | Raxer - Writeup |