ferivonus.
AboutServicesProjects
Technologies
BlogContact

ferivonus.

I see software development not just as a technical craft, but as a discipline shaped by psychology and sociology. My goal is to build software that truly understands both the machine and the human mind.

Site Map

  • Home
  • About
  • Services
  • Technologies
  • Projects
  • Blog

Support & Legal

  • Contact
  • FAQ
  • Privacy Policy
  • Cookie Policy

Tech Arsenal

RUSTC++CFLUTTERDARTPYTHONGHIDRAARCH LINUXC#TAURIREACTNEXT.JSSQLDOCKER

A continuously evolving stack, from bare-metal code to cloud architecture.

© 2026 Fahrettin Baştürk. All rights reserved at the hardware level.
GitHubTwitterLinkedInEmail
Compiled with Next.js & Tailwind.

Projects & R&D

11 projects compiled

Repository

CATEGORIES

TECHNOLOGIES

Network Analysis & Protocols
Private

Cyberia & Wired Protocol↗

A secure and decentralized operating system and network layer project built on a custom communication protocol. Uses a custom TCP-based encrypted handshake mechanism instead of HTTP.

RustC++TauriAES/RSA+2
Reverse Engineering & Analysis
Open Source

Ferivonica (System Internals)↗

Experimental software that analyzes system behavior using the Windows Hook API, processes keyboard/mouse inputs, and demonstrates reverse engineering capabilities.

C++Windows APIWin32 Hooking
Low-Level Graphics
Open Source

OpenCV & WinAPI Computer Vision Toolkit↗

A low-level C++ pipeline integrating OpenCV and native Windows GDI for real-time device context manipulation, screen-space spatial tracking, and automated ML dataset sanitization.

C++OpenCVWindows APICMake+1
Database Management
Open Source

C++ SQLite HTTP Proxy & JSON Serializer↗

A statically compiled, schema-agnostic HTTP daemon that executes raw SQL queries against a local SQLite database and dynamically serializes the result cursors into structured JSON payloads.

C++cpp-httplibSQLite3 C APIWinsock2+1
Network Analysis & Protocols
Open Source

Cyberia: Wired Protocol↗

A next-generation, high-performance communication protocol written in C++, utilizing mutually encrypted handshakes and WebSockets for ultimate data secrecy.

C++Boost.AsioBoost.BeastSQLite
Network Analysis & Protocols
Open Source

Tor Encrypted Messenger↗

A secure, decentralized messaging client operating exclusively over the Tor network. It utilizes C++ WebSockets for real-time, encrypted communication with an ephemeral token-based authentication system.

C++JavaScriptBoost.AsioBoost.Beast+4
Tools & Utilities
Open Source

Open Me Daily (Telemetry Trap)↗

A background telemetry application that monitors its own execution frequency and penalizes user inactivity by artificially bloating disk space.

C++SQLite
System Utilities & Productivity
Open Source

Friendly Computer Cat: OS-Level Pomodoro Enforcer & Session Tracker↗

A native, hardware-level focus enforcer and Pomodoro tracker. Utilizes low-level Win32 hooks to physically lock peripheral input during mandatory rest cycles, breaking hyper-focus loops while persisting historical work session data via an SQLite backend.

CC++RaylibWin32 API+4
Tools & Utilities
Open Source

LiveDocGen: Live-Reloading C++ Documentation Server↗

A bespoke C++ documentation generator and local HTTP server utilizing Boost.Beast. It parses Doxygen-style header comments, features a live-reloading web interface via timestamp hashing, and automatically exports to both HTML and Markdown.

C++Boost.BeastBoost.AsioStandard Template Library (STL)+2
Reverse Engineering & Security Tools
Open Source

Esoteric C++ Macro Obfuscation Engine↗

An experimental C++ script utilizing aggressive preprocessor macro definitions to completely mutate standard C++ syntax into an esoteric, anime-themed programming language while effectively obfuscating payloads.

C++C++ PreprocessorGCC/Clang PreprocessorStatic Analysis Evasion
Backend Development
Open Source

C++ SQLite RESTful Library API↗

A high-performance, statically compiled REST API built in C++ to manage library transactions, leveraging the SQLite3 C API for direct memory-to-disk persistence.

C++cpp-httplibSQLite3 C APInlohmann/json