Skip to content
View okba14's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report okba14

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
okba14/README.md
GUIAR OQBA - Cybersecurity and Low-Level Security


Specialization Core Languages Methodology Smart Contracts Algeria

🛡️ HALL OF FAME // UPSTREAM SECURITY CONTRIBUTION


Samba Official Fix

Vulnerability Remediation: Samba CTDB IPC Socket Desync Prevention

Discovered and patched an IPC socket handling flaw in Samba's CTDB clustered database core.
Enforced strict segregation of the CTDB_SOCKET override to test harnesses (CTDB_TEST_MODE), successfully preventing unauthorized IPC socket redirection and ensuring process isolation in production cluster environments.

Repository: samba-team/samba (Upstream Core)  |  MR: GitLab !4239  |  Commit: 692cdabe3a43bb...
Domain: Memory & IPC Integrity • Socket Architecture • Defensive Hardening

View Diff


⚡ FLAGSHIP LOW-LEVEL & SECURITY SYSTEMS


NeuroHTTP

C Assembly Zero-Copy

High-Performance Zero-Copy Server in C + Handwritten Assembly
• Built from scratch without runtime overhead or high-level abstractions.
• Handwritten vectorization kernels in SSE2, AVX2, and AVX-512 for wire-speed parsing.
• Single static binary providing unified routing to 10 AI providers (OpenAI, Gemini, Anthropic, DeepSeek, Ollama, etc.).

View NeuroHTTP


FastScan

50 GB/s SIMD mmap 0 MB Heap

Hardware-Accelerated Zero-Copy Systems File Scanner
• Memory-mapped file scanner designed for low-level security auditing and IO profiling.
• Vectorized with AVX-512, AVX2, and ARM NEON SIMD pipelines with persistent kernel worker pools.
• Achieves sustained 50+ GB/s throughput with exactly 0 MB V8 Heap overhead.

View FastScan


GuiarStr

Minimalist, security-first C string manipulation library engineered for embedded environments & high-performance daemons.
Zero dynamic allocationsCache-line alignedHardened against buffer overflows

View GuiarStr


⚔️ TECHNICAL ARSENAL & SECURITY CAPABILITIES

Domain Weapons, Frameworks & Methodologies
Low-Level Systems Languages & ISAs: C (C99/C11/C17), C++20, x86_64 Assembly, ARM64 Assembly
Vectorization & HW: AVX-512, AVX2, SSE4.2, ARM NEON, SIMD Intrinsics
Kernel & OS Primitives: io_uring, epoll, mmap zero-copy, custom slab/ring-buffer allocators
Security & Binary Audit Vulnerability Research: Memory Safety, UAF, Heap Exploitation, Race Conditions, IPC / Socket Auditing
Fuzzing & Sanitizers: AFL++, LibFuzzer, Honggfuzz, AddressSanitizer (ASan), UBSan, MSan
Reversing & Debugging: GDB + GEF, Radare2 / Cutter, Ghidra, Valgrind, strace / ltrace
Mitigation Analysis: ASLR entropy verification, DEP/NX evasion analysis, Stack Canaries, CFI
Smart Contract Security Auditing & Architecture: Solidity, EVM Bytecode Decompilation & Opcode Analysis, Storage Slot Layouts
Exploit Vectors: Reentrancy, Flash Loan manipulation, Oracle desync, Signature replay, Gas griefing
Tooling: Foundry (Forge / Cast / Anvil), Slither, Echidna fuzzing, Hardhat
Secure Build Hardening Compiler Defenses: -D_FORTIFY_SOURCE=3, -fstack-protector-strong, -fPIE -pie, -Wl,-z,relro,-z,now
Static Analysis & CI: Clang Static Analyzer, Clang-Tidy, Cppcheck, automated memory sanitizer test suites
Platform Hardening: UEFI Secure Boot chain auditing, ARM64/x86_64 platform trust verification

🧠 ENGINEERING PHILOSOPHY & MACHINE MANIFESTO

"True performance and security are not achieved by adding abstraction layers, but by understanding the silicon, the instruction set, and the exact movement of bytes through memory."

— GUIAR OQBA // GUIARX SYSTEMS ARCHITECTURE

/*
 * GUIARX Core Architecture - Low-Level Invariants
 */
typedef struct {
    uint8_t   mechanical_sympathy;   /* Direct silicon mapping (SIMD / Cache Line aligned) */
    uint8_t   zero_trust_memory;     /* Zero-copy DMA, isolated ring buffers, bounds-checked */
    uint8_t   exploit_resilience;    /* ASLR, Full RELRO, Stack Canaries, ASan hardened    */
    uint8_t   formal_correctness;    /* Deterministic execution, zero memory leaks          */
} SecurityPosture;

static const SecurityPosture POSTURE_PRODUCTION = {
    .mechanical_sympathy = 1,
    .zero_trust_memory   = 1,
    .exploit_resilience  = 1,
    .formal_correctness  = 1
};

🏆 VERIFIED GITHUB ACHIEVEMENTS

YOLO
YOLO
Quickdraw
Quickdraw
Pull Shark
Pull Shark
Pair Extraordinaire
Pair Extraordinaire
Starstruck
Starstruck

📊 TELEMETRY & CODE ACTIVITY


📡 VERIFIED CHANNELS & ENGAGEMENT


Algeria Footer

🇩🇿 Proudly engineered from Algeria — Bare-metal precision, security-verified code, and zero-compromise performance.
Ready for high-stakes C/C++ Security Audits, Fuzzing Campaigns, and Smart Contract Security Verification.

Pinned Loading

  1. guiarstr guiarstr Public

    A lightweight and dependency-free C library for advanced string manipulation.

    C 12

  2. libxml2-race-condition libxml2-race-condition Public

    Race condition in libxml2 readlink() handling of external entities

    3

  3. NeuroHTTP NeuroHTTP Public

    High-performance, AI-native server built from scratch in C + hand-written Assembly (SSE2/AVX2/AVX-512). Supports 10 AI providers — OpenAI, Groq, Anthropic Claude, Google Gemini, DeepSeek, Moonshot/…

    C 53 3

  4. Assembly Assembly Public

    Forked from bellshade/Assembly

    Repositori untuk belajar pemrograman Assembly dalam bahasa Indonesia

    Assembly

  5. fisheye-guiar-oqba fisheye-guiar-oqba Public

    Forked from alilo113/fisheye

    My personal fork of the fisheye project for contribution.

    Python

  6. Super-RNN Super-RNN Public

    race-dump

    C 1