ProxyDNSCache
ProxyDNSCache is a lightweight TCP proxy designed to handle redirection of HTTP (port 80) and HTTPS (port 443) traffic. It forwards HTTP traffic to HTTPS and routes HTTPS traffic to the appropriate domain. For example, it can forward traffic from https://example.com/ to localhost:304.
Kernova
Kernova is a high-fidelity sandbox designed for malware analysis and security research. It mirrors a realistic host environment to prevent evasion while providing deep observability into file system, registry, and network activities. Built with C and Assembly for performance and stealth. It's intended to be used for my A-Level computer science final project.
Rich Text Editor
A robust, extensible rich text editor built on a JSON model rather than the DOM. It allows for precise formatting actions (such as bold, italic, and custom options) and ensures consistent behavior even with complex selections. Designed for reliability and flexibility in modern web applications.