Engineering Philosophy & History
GUIARX was established to engineer software where performance, memory safety, and hardware control cannot be compromised.
The GUIARX Approach
Modern software engineering has increasingly traded efficiency and hardware understanding for bloated abstraction layers. At GUIARX, we operate from first principles: direct memory management, cache line optimization, SIMD vectorization, and rigorous security verification.
Founded by Guiar Oqba, an engineer specializing in C/Assembly systems, binary exploitation, and high-performance infrastructure, GUIARX bridges the gap between deep machine architectures and modern application demands.
Guiar Oqba
Founder & Lead Systems Architect
Cybersecurity & Low-Level Software Security
C/C++ Security Audits • Fuzz Testing • Secure Build Hardening
Technical Arsenal & Capabilities
Demonstrated systems architecture, low-level tooling, and engineering mastery.
Low-Level Systems & Core Architecture
4 TechsLanguages and low-level primitives used to construct fast, deterministic software.
C (C99 / C11)
Manual memory layout, pointer arithmetic, zero-copy primitives, and custom allocators.
C++ (C++17 / C++20)
Modern RAII, move semantics, template metaprogramming, and Node-API bindings.
x86-64 & ARM Assembly
Instruction-level optimization, register allocation, calling conventions, and SIMD intrinsics.
POSIX & Linux Internals
epoll, kqueue, mmap, Unix domain sockets, pipes, signals, and virtual memory layout.
Security Auditing, Reverse Engineering & Forensics
4 TechsTools and methodologies for binary dissection, runtime interception, and exploit analysis.
Frida Dynamic Instrumentation
Custom C and JS hooks for runtime function interception, SSL unpinning, and memory inspection.
Radare2 & GDB Automation
Advanced scripting for disassembly, breakpoint tracing, symbol resolution, and stack frame analysis.
String Hunter (Custom Tool)
Recursive binary string scanner with pattern entropy calculation for forensic discovery.
Sanitizers & Fuzzing Tools
AddressSanitizer (ASan), UBSan, Valgrind Memcheck, and boundary fuzzers for crash triaging.
Modern Web, AI & Tooling Ecosystem
3 TechsHigh-speed frontend architectures, runtime bridges, and AI data streaming.
Astro & TypeScript
Zero-JS by default static architectures, strong typing, and high Core Web Vitals optimization.
Node-API & V8 Runtime Integration
Building ABI-stable native addons that seamlessly pass data between C++ and JavaScript.
AI Tensor Streaming & Pipelines
Handling high-bandwidth embedding streams, model output serialization, and token batching.
Engineering Milestones
A continuous record of systems programming, security research, and tool creation.
NeuroHTTP & High-Performance AI Infrastructure
Systems & AIEngineered AI-native high-performance servers from scratch in pure C11 and x86-64 Assembly, focusing on zero-copy architectures, AVX2 SIMD acceleration, and microsecond latency bounds.
Samba CTDB Vulnerability Discovery & Disclosure
Security ResearchConducted a deep-dive security audit into Samba CTDB socket handling mechanisms, discovering a critical socket descriptor management flaw and executing responsible disclosure with the upstream project.
FastScan Engine Development & NPM Publication
Native AddonsCreated an ultra-fast file scanning engine combining native C/C++, POSIX mmap, and SSE2 SIMD instructions to search multi-gigabyte log files at memory bus speeds without blocking the Node.js event loop.
GuiarStr Memory-Safe C99 String Library
Memory SafetyArchitected and implemented a hardened, lightweight C string library designed to eliminate buffer overflows, off-by-one errors, and memory corruptions with full UTF-8 compliance.
Cryptographic Entropy Research & Analysis
CryptanalysisPublished in-depth research on statistical entropy variance and weaknesses in 24-word BIP39 mnemonic seed phrases, permanently archived on CERN Zenodo and published on Hashnode.
Binary Forensics & Reverse Engineering Tooling
ToolingDeveloped specialized reverse engineering automation utilities, including String Hunter for sensitive binary string identification and custom Radare2/GDB memory tracing scripts.