Projects

Here's what I've been working on,
with a quick rundown, and links if you want to take a closer look.

FasmMacroLib

FasmMacroLib is a cross-platform macro library for FASM
that makes coding in assembly easier across OSes and architectures.

The code examples in the library can also help
if you're just starting out with assembly btw.

Link to the repository with documentation and source code.

SoryneOS

Experimental 16-bit bare-metal playground for FASM macros.
But it might grow from a playground into an actual OS someday.

Link to the repository with the source code.

WebServer

Just an experimental web server written in FASM for Linux,
with a simple test site bundled in.

Link to the repository with the source code.

VRS-454

An internet numbers station inspired by UVB-76.
It broadcasts encrypted messages using ternary XOR encryption
with one-time pads, built with Python and FastAPI.

Link to the repository with the source code.

Drapixcol

Procedural pixel art generation library for Python.
Built with PIL, OpenCV and NumPy.

Link to the repository with the source code, also available on PyPI

This website

Built with Python and Flask, not much to explain here,
just have a look around and see everything I've done :3

Link to the repository with the source code.

0xNULL_Bot for telegram

Experimental Telegram bot with a profanity filter and a basic pseudo-AI.
Written in Python using the telebot library.

Link to the repository with documentation and source code.

Repo Backuper

Python tool that monitors remote Git repositories
on a schedule and automatically backs them up as .zip archives.

Link to the repository with documentation and source code.

Random dump generator

Generates random pseudo-dumps in hexadecimal and octal formats.
Perfect for testing, mockups, or just looking like a hacker >w<

Link to the repository with the source code.