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

Guiar Oqba

Founder & Lead Systems Architect

C11 / Assembly / Reverse Engineering

9+ Years in Systems Programming
GUIARX

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 Techs

Languages and low-level primitives used to construct fast, deterministic software.

C (C99 / C11)

Manual memory layout, pointer arithmetic, zero-copy primitives, and custom allocators.

C99C11POSIXMemory Safety

C++ (C++17 / C++20)

Modern RAII, move semantics, template metaprogramming, and Node-API bindings.

C++20RAIINode-APITemplates

x86-64 & ARM Assembly

Instruction-level optimization, register allocation, calling conventions, and SIMD intrinsics.

x86-64ARM64AVX2SSE2

POSIX & Linux Internals

epoll, kqueue, mmap, Unix domain sockets, pipes, signals, and virtual memory layout.

epollmmapIPCVirtual Memory

Security Auditing, Reverse Engineering & Forensics

4 Techs

Tools 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.

FridaDynamic HookingRuntime Analysis

Radare2 & GDB Automation

Advanced scripting for disassembly, breakpoint tracing, symbol resolution, and stack frame analysis.

Radare2GDBPython APISymbolic Analysis

String Hunter (Custom Tool)

Recursive binary string scanner with pattern entropy calculation for forensic discovery.

ForensicsBinary Pattern MatchingEntropy

Sanitizers & Fuzzing Tools

AddressSanitizer (ASan), UBSan, Valgrind Memcheck, and boundary fuzzers for crash triaging.

ASanUBSanValgrindFuzzing

Modern Web, AI & Tooling Ecosystem

3 Techs

High-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.

AstroTypeScriptZero-JSStatic Web

Node-API & V8 Runtime Integration

Building ABI-stable native addons that seamlessly pass data between C++ and JavaScript.

Node-APIV8AddonsNPM

AI Tensor Streaming & Pipelines

Handling high-bandwidth embedding streams, model output serialization, and token batching.

EmbeddingsTensor I/OToken Streaming

Engineering Milestones

A continuous record of systems programming, security research, and tool creation.

2024 - Present

NeuroHTTP & High-Performance AI Infrastructure

Systems & AI

Engineered 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.

2024

Samba CTDB Vulnerability Discovery & Disclosure

Security Research

Conducted 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.

2023

FastScan Engine Development & NPM Publication

Native Addons

Created 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.

2023

GuiarStr Memory-Safe C99 String Library

Memory Safety

Architected 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.

2022

Cryptographic Entropy Research & Analysis

Cryptanalysis

Published 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.

2021

Binary Forensics & Reverse Engineering Tooling

Tooling

Developed specialized reverse engineering automation utilities, including String Hunter for sensitive binary string identification and custom Radare2/GDB memory tracing scripts.