PicoCTF: Shop

For this challenge we are given the source code of a program and an netcat command to interact with it. The source code ended up being a bit of a rabbit hole but after playing with the program for a while I found out it doesn’t handle negative values correctly.

After that I used an online tool to convert decimal to ASCII