Chanyoung Park

View My GitHub Profile

Pages (Latest 10 updated) :

1 July 2026

I’ve kept notes for years in private files and scattered documents. This is my attempt to move some of that into the open.

...Read all

18 June 2026

A use-after-free (UAF) bug is what it sounds like: a program frees a chunk of memory, then keeps using a pointer that still refers to it. The pointer is now dangling — it points at an address the allocator considers free.

...Read all