
Trading Platform
Analytics software for stocks and crypto with trading indicators and automated trading.

Automatic Blinds
A smart blinds system controlled via WiFi and ESP32, enhanced with a planetary gearbox for increased torque.

Operating System
A custom operating system built from scratch with x86 assembly and C.

Antivirus
A lightweight antivirus solution built with C++ and OpenGL, utilizing SHA-256 for file integrity scanning and real-time threat detection.

Compiler
A high-performance compiler written in C, capable of generating optimized object code for efficient execution.

Automated News Fetcher
An automated bot that fetches and filters relevant news articles, delivering real-time updates via a Discord webhook with summarized daily alerts.

CSGO Aimbot
A C++-based aim assist system for CS:GO, reading game memory and adjusting the mouse position in real-time for precise target tracking.

Trojan Horse
A C++ application demonstrating the behavior of a Trojan horse. Simulates common malicious techniques—remote control, file manipulation and data exfiltration—for educational malware analysis in a controlled environment.

Smartwatch
A smartwatch powered by ESP32, featuring a gyroscope and real-time clock, displaying time and steps on an OLED/LED matrix.

DLL Injection Tool
A C++ application that injects DLLs into running processes using Windows API, demonstrating advanced process manipulation and inter-process communication.

Cheat Engine
A C++ application that scans and manipulates process memory, enabling memory value searching, filtering, and modification for educational or debugging purposes.

Ticker
A real-time market price ticker powered by ESP32, displaying live stock and crypto prices on an OLED or LED matrix display.

Hex Editor
A low-level file editing tool that provides a hexadecimal view of file contents, allowing precise manipulation and analysis of binary data for debugging and reverse engineering.

Phishing Website Simulation
An educational ESP32-based phishing simulation that demonstrates how rogue hotspots can redirect users to fake login pages. The demo highlights subtle differences to look for—like slightly different fonts or layout inconsistencies—to help users recognise phishing attempts.

Rubber Ducky USB Device
A Rubber Ducky USB device that executes automated keystroke injections on Windows systems using an SD card, demonstrating USB-based security threats for educational purposes.