Skip to content
View zahanzo's full-sized avatar
😊
Studying
😊
Studying

Block or report zahanzo

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
zahanzo/README.md

👋 Hey! I'm Robert Souza Lages

🎯 Systems Analysis & Self-Taught Low-Level Enthusiast 📍 Pelotas-RS, Brazil
☕ Fueled by coffee, logic, Pink Floyd on my headphone, and Tolkien's universe.


🚀 About Me

My journey into software development was driven by a relentless curiosity to "pop the hood" and see how things work at the deepest level. Entirely self-taught, I've gone down the rabbit hole of C, C++, Reverse Engineering, and Cybersecurity, seeking the learning to interact directly with memory and the bare metal.

While I leverage Python to build modular architectures and AI frameworks, my primary focus and true passion lie in systems programming, binary analysis, and exploring hardware architecture.

I am currently pursuing an Associate Degree in Systems Analysis and Development at UniSenac, with long-term plans to pursue a Master's degree in Computer & Electronic Engineering. Drawing from my practical experience operating industrial machinery and SCADA systems, my deep dive into low-level execution and embedded development is driven purely by my own independent studies and hands-on experimentation.

My most ambitious projects right now involve writing a bare-metal Ring 0 interactive shell from scratch, developing robust C firmware for ESP32 microcontrollers, and building a local-first, multimodal AI framework.


🛠️ What I'm Working On

  • ⚙️ x86-RealShell: A bare-metal x86 real-mode interactive shell built from scratch in Assembly, exploring Ring 0 privileges, bootloaders, and hardware drivers.
  • 🔌 Embedded Firmware: Building finite state machines and managing real-time tasks for the ESP32 using C and the ESP-IDF.
  • 🔐 Reverse Engineering & Systems Programming: Diving deep into C/C++, binary analysis, and low-level execution for security and modding.
  • 🤖 L.I.A. (Local Intelligent Assistant): Developing a modular, multimodal AI framework utilizing Python and the MCP protocol for local automation.

📦 Featured Repositories

Project Stack Description
x86-RealShell Assembly x86 A minimalist Ring 0 bare-metal shell with a custom 2-stage bootloader and hardware drivers.
Ghost Shell C / C++ Custom shell environment for low-level system exploration and execution.
L.I.A. Framework Python / MCP Personal AI assistant with semantic memory, screen vision, and dynamic plugins.
NativaStub Gen C++20 / x64 Automated Syscall stub generator that parses ntdll.dll to extract SSNs and bypass EDR hooks via Direct Syscalls.

📚 Hobbies & Vibes

  • 🔧 Mechanics: Tearing down and maintaining my Honda CG 150 Fan engine.
  • 📖 Lore & Audiobooks: Always ready to learn more of Middle-Earth lore or get immersed in dramatized audiobooks.
  • 🎮 Gaming: Co-op sessions, RPGs, and Souls-Likes, whenever the coffee permits some downtime.
  • 🎧 Playlist: A chaotic but perfect focus mix of classic rock and psychedelic.

📫 Let's Connect


🛠️ Tech Stack

C C++ Assembly Espressif Linux Python

📊 GitHub Stats

GitHub Metrics

GitHub Streak

"Great works are performed not by strength but by perseverance." — Samuel Johnson

Pinned Loading

  1. x86-RealShell x86-RealShell Public

    EN: A minimalist x86 real-mode shell operating at Ring 0. Features a custom 2-stage bootloader, VGA text-mode drivers, and PS/2 keyboard handling. PT: Shell minimalista em modo real (Assembly x86) …

    Assembly

  2. GhostShell GhostShell Public

    Advanced Stealth Reverse Shell in C++20: Featuring COM-based persistence, Sandbox evasion, and Fileless C2 retrieval.

    C++ 1

  3. NoSTD-Framework NoSTD-Framework Public

    EN: A zero-dependency, bare-metal x86_64 execution framework. Bypasses glibc for minimal, stealthy, and direct kernel syscall execution. PT: Framework de execução bare-metal x86_64 sem dependências…

    C 1

  4. NativaStub-Gen NativaStub-Gen Public

    EN: Automated C++20 tool that statically parses ntdll.dll to extract SSNs and generate Direct Syscall stubs for EDR evasion. PT: Ferramenta automatizada em C++20 que realiza o parsing estático da n…

    C++ 3 1

  5. SigHunter SigHunter Public

    A high-performance C++ binary analysis engine for deep static scanning and live process memory inspection. (CS50 Final Project)

    C++

  6. deep-dive-nand2tetris deep-dive-nand2tetris Public

    ENG: Nand to Tetris repository featuring hands-on implementation of the Hack architecture, from silicon to software. PT: Repositório do curso Nand to Tetris com a implementação prática da arquitetu…

    Assembly