- Date: [27 - 06 - 2026]
This repository contains the reverse engineering challenges I authored for the 1337 Local CTF competition.
| Challenge Name | Description / Topic |
|---|---|
big_brother |
simulation of a privilege escalation via traffic-control pedit COW vulnerability (CVE-2026-46331). |
dirty_ptrace |
User-space simulation of Samsung Exynos driver Use-After-Free via dirty ptrace (CVE-2024-44068). |
glitched_colosseum |
Game Boy Advance (.gba) ROM reverse engineering. |
minishell |
Custom shell binary analysis. |
moulcyber |
Process injection detection bait with modular linear equation checks. |
videur |
Custom VM / interpreter reversing inside a Linux initramfs cpio archive. |
zrbaan |
Multi-process IPC with timing-sensitive metronome anti-debugging gates. |
Each directory contains the distributed challenge files. To run or analyze them locally:
- Navigate to the specific challenge directory.
- Ensure you have the appropriate architectures and libraries set up (e.g., standard Linux tooling, GBA emulators for
glitched_colosseum). - Make binaries executable if necessary:
chmod +x <binary>
- For the CVE-based challenges (
big_brotheranddirty_ptrace), i designed the challenges to simulate the core mechanics as much as possible.
Authored by Jst3r