C / C++ Projects

I've worked on a few projects in C and C++, with it probably being the programming language I am most familiar with. This page is for public-facing projects I've worked on involving C and C++.

WappySav

WappySav is a save decryptor for an obscure Nintendo DS game known as Wappy Dog. This program was developed together with Mow, who I owe huge thanks to, as he made the original command-line version of the program, as well as reverse-engineering the game's code to make this project possible in the first place.

My contribution to the project is the creation of the GUI for the program, which was made using Qt. This was my first time ever using Qt, so I ended up having to learn how to use the framework for WappySav.

A save editing feature is planned for WappySav in the future.