study

Repository to keep all the things I'm currently working on. CTF challenges I'm solving, papers I'm reading, and any other possible shenanigans.

modular_proxy

A proxy where you can load and unload modules at runtime simply by putting an elf file into and out of a directory.

Uses inotify and dynamic linking through dlfcn.

bfuk

A brainfuck interpreter that runs --- beautifully --- on the terminal through the use of ANSI Escape Codes.

And along with it...

cursed-chip8

A chip-8 emulator on the terminal also using ANSI Escape Codes.

dotfiles

My Linux configuration files. Where I keep all generic configurations so I can easily format my computer, or just simply configure a new environment to my liking.

cstow

Stow re implemented in C, as there are some things I wish Stow did better (and I'm not up to learning Perl).