Skip to content
View Zibgame's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report Zibgame

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

Zibrian Cadinot, 42 Le Havre student focused on cybersecurity engineering, ethical hacking and low-level systems

Zibrian Cadinot builds personal projects in cybersecurity, Win64 internals, low-level programming, AI automation, game development and developer tooling

Languages and tools: C, C++, Python, Vim, Windows, x86-64 Assembly, Bash, Linux, Docker and PowerShell

Projects 42

Projects 42 β€” Project and Description columns 42 project Piscine β€” C fundamentals, shell, logic and algorithms 42 project Libft β€” Custom C library reimplementing standard functions 42 project get_next_line β€” Efficient line-by-line file reader with buffered state 42 project ft_printf β€” A printf reimplementation with custom format parsing 42 project Born2beRoot β€” Debian server setup, security and virtualization 42 project Minitalk β€” Inter-process communication using UNIX signals
🟧 Show the next 10 projects β€” continue the 42 curriculum
42 project So Long β€” Small 2D game built in C with MiniLibX 42 project Push Swap β€” Constrained-stack sorting and operation optimization 42 project Philosophers β€” Concurrency simulation with mutexes and deadlock control 42 project Minishell β€” POSIX shell with parsing, pipes, builtins and execve 42 project CUBE-3D β€” Wolfenstein-style raycaster and graphics engine 42 C++ modules β€” Core C++ concepts, object design and idioms 42 project NetPractice β€” TCP/IP addressing, routing and subnetting fundamentals 42 project ft_irc β€” IRC server with sockets and client handling 42 project Inception β€” Containerized services, networks and persistent storage 42 project Transcendence β€” Full-stack multiplayer web application

Personal projects

Personal projects β€” Project and Description columns AI and automation project Mockify β€” AI-driven mockup pipeline with automated visual quality control Low-level systems project Stealth Hypervisor Win64 β€” Type-1 Win64 research hypervisor with VM introspection Offensive cybersecurity project UDP Flood Win64 β€” Educational UDP traffic-stress implementation for authorized labs Offensive cybersecurity project Win64 DLL Injector β€” Process memory and DLL loading research on Win64 Offensive cybersecurity project C2 Windows x64 β€” Winsock command-channel lab for security education Offensive cybersecurity project PersistenceLib Win64 β€” Modular persistence setup, detection and removal research
πŸŸͺ Show the next 12 projects β€” continue the personal project catalog
Offensive cybersecurity project PrivEscLib Win64 β€” Privilege-elevation mechanisms studied in controlled environments Offensive cybersecurity project AntiDebugger Win64 β€” Debugger and anomaly detection for low-level security research Offensive cybersecurity project Bug Bounty β€” Authorized findings and writeups covering IDOR, APIs and business logic Low-level systems project TUI Debugger Win64 β€” Terminal debugger with registers, assembly and breakpoints Developer tool Zim β€” Minimal Vim-inspired terminal editor with modal navigation Developer app Lite Calculator β€” Lightweight desktop calculator with a clean WPF interface AI and automation project AI Guitar MIDI Amp Controller β€” AI-assisted guitar amplifier and MIDI controller AI and automation project Norm AI Fixer β€” Offline AI code normalizer with configurable rules Low-level systems project ASM Lib β€” x86-64 assembly library and low-level exercises Low-level systems project ft_randint β€” Experimental pseudo-random integer generator in C Developer tool Vim Config β€” Personal Vim configuration inspired by the 42 environment Developer tool Zsh Config β€” Personalized Zsh configuration and workflow

Currently working on Cisco cybersecurity certification and ethical hacking

GitHub statistics, language distribution, and contribution activity

Contact Me β€” PortfolioContact Me β€” LinkedInContact Me β€” Hack The BoxContact Me β€” Intigriti

Pinned Loading

  1. ft_randint ft_randint Public

    Custom speudo-random integer generator (ft_randint) written in C. Generates pseudo-random numbers based on memory addresses and the golden ratio fully

    C 1

  2. Minishell Minishell Public

    Minishell is a simplified version of Bash. The goal is to build your own shell with execution, pipes, redirections, environment variables and built-ins. A real system-level project to understand pr…

    C 1

  3. Zim Zim Public

    Vim-inspired minimal terminal text editor in C++ with modal editing, and real-time cursor navigation.

    C++

  4. AntiDebugger-Win64 AntiDebugger-Win64 Public

    Lightweight C/C++ anti-debugging library for Windows πŸ›‘οΈ Detects debuggers, breakpoints, and anomalies in real time βš™οΈ Designed to increase reverse engineering cost, not prevent it πŸš€ Easy to integra…

    C++ 4 1

  5. C2-Windows-x64 C2-Windows-x64 Public

    TCP reverse shell for Windows πŸ’» Lightweight and efficient implementation using socket-based communication. Built for cybersecurity education, demonstrating remote command execution, networking conc…

    C++ 2

  6. Stealth-Hypervisor Stealth-Hypervisor Public

    Type-1 UEFI Stealth hypervisor for Windows x64 with VM introspection and guest memory access.

    C 3