CTF tasks/writeups which I liked or feel important to go through
- n1sub. Kernel module & wrong kernel config
- n1proxy. rust using libc. unsafe
- n1canary. fun c++ unique-ptr exploitation
- n1array. hard
- rustymix. rust-C type confusion
- zpwn. vulnerable zsh module
- night.js. custom js interpreter(patched from Serenity OS). https://gnoudnh.github.io/posts/asis2023-writeup/
- umemo: mmap, page tables, pagefault.
- kmemo
- qmemo
- wall-rose cross-cache by chovid https://chovid99.github.io/posts/hitcon-ctf-2023/
- wall-rose DirtyPipe: msg_msg + pipe_buffer, by author wxrdnx: https://github.com/wxrdnx/HITCON-2023-Challenges/tree/main/wall-rose
- wall-maria. Solution by nobodyisnobody https://github.com/nobodyisnobody/write-ups/tree/main/Hitcon.Quals.2023/pwn/Full.Chain.-.Wall.Maria
- the-catacomb, kernel exploitation. Inspired by CVE
- smm-diary (CPU security)
- algorithm-multitool (c++ coroutine)
- coroutine from idekCTF (c++ coroutine)
- Sice supervisor: race condition, heap, userland