/..

#CONTENT

#TOP

chal
3 MiB2024-04-10 03:03
exploit
473 bytes2024-04-10 03:03
dist.tar.xz
970 KiB2024-04-10 03:03
README.md
47 bytes2024-04-10 03:03
README.mdx
425 bytes2024-04-10 03:03

#buffer-overflow

I just want to uppercase a string... why does unicode make this so hard.

nc chal.amt.rs 1337

unvariant <-     author pwn <-   category 401 <-     points 30 <-     solves easy <- difficulty

#solution

When uppercasing some unicode characters, they expand to be more bytes than the original character.

#unintendeds

none