Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 1.35 KB

File metadata and controls

10 lines (10 loc) · 1.35 KB

Writeups

Collection of detailed and optimized(?) write-ups for various CTF challenges.

Challenge Name Category CTF Competition Short Description
The wilderness pwn openECSC 2024 Breaking ASLR by timing memory access😈
Lua.efi pwn UIUCTF 2025 Booting an unsigned kernel using Lua from uefi 🥵
Triwizard Maze pwn CCIT 2024 local finals ROP based Depth First Search🫨
Linecrosser pwn openECSC 2024 Matematically accurate stack pivoting🤓
CVE-2025-5419 V8 Turboshaft StoreStoreElimination bug leading to RCE
CVE-2026-15776 V8 RegExp Use-after-free leading to RCE