0x44
@CPScript

Computational Systems Engineer
$ whoami → Security R&D Developer & Deep-Tech Generalist
root@system:~$ cat /proc/expertise
Systems Programming: █████████ 100%
Cybersecurity: █████████ 100%
Reverse Engineering: █████████ 100%
Quantum Physics: █████░░░░░░ 45%
root@system:~$ uptime -s
2013-07-21 [12 years of development]
root@system:~$ echo $MOTTO
"If it runs on silicon, I've built or broken it"

About

I'm an independent R&D engineer working at the intersection of computation, physics, and systems design. My expertise spans quantum-scale simulations, custom operating systems, kernel development, and hardware reverse engineering.

From bootloaders to biology simulations, I approach systems from first principles, often reconstructing them entirely. My work includes AI systems, compiler theory, custom programming languages, and advanced cybersecurity tooling.

"If it runs on silicon or simulates the real world, I've probably built or broken it."

30k+
Profile Veiws (Since 2024)
120+
Followers
710+
Stars
15+
Languages

Development Arsenal

Core Languages

Python C/C++ Rust Assembly x86-64 Kotlin Java C# Shell/Bash PowerShell PHP CSS GO BASIC HASKELL FortRan Javascript Nim Batch VBStudio +4 more

Cybersecurity

Malware Analysis Reverse Engineering Exploit Development Rootkits Firmware Cracking Anti-Debug Systems Red/Blue Team Tools HWID Spoofing

Systems Programming

Kernel Development Bootloaders Memory Management X11 Window Systems Embedded Systems FPGA Design Microcontrollers HDL Design

Quantum & Physics

Quantum RNG Particle Simulation Photon Entropy Theoretical Physics Biology Simulation Cellular Modeling

Network & Infrastructure

802.11 Protocols Network Security Protocol Design VPN Systems Tor Networks Captive Portals

Graphics & Engines

Shader Development Ray Tracing GDI Systems Rendering Engines GPU Programming Face Tracking Engines Development Body Tracing Engines Development Generative Engines Processing Engines

Featured Projects

Note: My most advanced work remains private - these represent publicly available projects

Rust-QuantumRNG

Rust • OpenCV • Arduino • Quantum Physics

High-performance quantum random number generator leveraging quantum mechanical phenomena in consumer hardware. Exploits shot noise in webcams, Johnson-Nyquist noise in microphones, and avalanche noise in photodiodes with Von Neumann debiasing and SHA-3 conditioning.

3 quantum sources Entropy analysis Production-ready

Kitty-Tools

Python • JavaScript • Node.js

Comprehensive Kahoot automation suite featuring GUI/CLI interfaces, anti-detection mechanisms, and cross-platform support for Windows, Linux, Android, iOS, and microcontrollers.

⭐ 136+ stars 🍴 102+ forks Cross-platform

Window_Manager

Rust

Complete window manager implementation showcasing deep understanding of X11 protocols, asynchronous networking, and Linux GUI system architecture with custom compositing.

X11 protocols Async networking Custom compositor

NFCman

Android • Java • C • NFC Protocols

Advanced NFC manipulation framework for Android devices via Termux. Enables hardware-level emulation through custom chipset firmware that bypasses Android's HCE limitations, supporting MIFARE Classic and multiple NFC technologies.

6 NFC protocols Custom firmware Hardware emulation

Hx0x44-rootkit

C • Kernel

Kernel exploitation techniques including syscall table modification, memory protection circumvention, and process/file hiding mechanisms that operate at kernel level where they're difficult to detect from userspace.

Syscall hooking Memory protection bypass Stealth operation

SinglePass-Compiler

Assembly x86-64

Complete single-pass compiler written in pure x86-64 assembly that translates arithmetic expressions into executable x86-64 assembly code with full lexical analysis and code generation.

Pure assembly Single-pass Code generation

Memory-Allocator

C

Custom memory allocator providing malloc/free functionality using first-fit algorithm with boundary tags. Uses mmap() for 1MB heap allocation, manages with doubly-linked free list and block headers.

First-fit algorithm Boundary tags mmap() based

MicroPython-RayTracer

MicroPython • C

Lightweight ray tracer optimized for MicroPython microcontrollers, featuring fast pixel rendering, framebuffer optimizations, and C-accelerated shading calculations for graphical calculators.

Embedded systems C acceleration Framebuffer optimization

ART

Python • ANSI • CLI

High-fidelity image-to-ASCII transformation framework with advanced terminal rendering capabilities, Unicode character mapping, ANSI color preservation, and stream-optimized I/O for converting images into terminal graphics.

16.7M colors Unicode mapping Stream optimized