daebecodin

Projects

Work that made me better.

A growing collection of software I have designed, built, and learned from — newest first.
Account Armory Credential Vault in a dark theme, showing navigation, credential controls, utilities, and the locked vault state.
Aug 2026In progress

Account Armory

A local Windows credential organizer for game-launcher accounts and general website credentials, protected with Windows Hello, Windows DPAPI, automatic locking, and encrypted backups.

  • C++
  • C++/WinRT
  • WinUI 3
  • XAML
  • Windows App SDK
Aug 2026In progress

Sauerbraten Trainer

A Windows external trainer for Cube 2: Sauerbraten, built while learning the Win32 API, process discovery, pointer traversal, and live memory editing.

  • C++
  • Win32 API
  • MSVC
  • Process memory
Mar 2026Complete

minimum-c

A minimal malloc and free implementation in C using sbrk, linked-list block metadata, 8-byte alignment, block splitting, reuse, and coalescing.

  • C
  • C17
  • CMake
  • Systems programming