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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
Zibgame/README.md

42 Student β€” Zibrian Cadinot

Passionate about low-level programming, cybersecurity, game development, and developer tools.
Here you’ll find all my 42 projects as well as my personal work.


πŸ› οΈ Languages & Tools

C C++ Python Vim Windows Assembly Bash Linux


πŸ—‚οΈ Projets 42

Project Description
42 Piscine Basics of C, shell, logic, and algorithms.
Libft Custom C library rewriting standard functions.
get_next_line Read a file line by line efficiently.
ft_printf Reimplementation of printf with custom parsing.
Born2beRoot Debian server setup, security, virtualization.
Minitalk Inter-process communication using UNIX signals.
So Long Small 2D game in C using the MiniLibX.
Push Swap Sorting algorithm using push/swap operations.
Philosophers Multithreading simulation, deadlock & mutex handling.
Minishell Small POSIX shell: parsing, pipes, builtins, execve.
CUBE-3D Raycaster Game like Wolfeinstein
42-C++ The base of C++ language
NetPractice TCP/IP and subnetting basics.
ft_Irc IRC server with sockets and client handling.
Transcendence Full-stack multiplayer Gambling web app.

Others Projets

Project Description
Win64-Dll-Injector Minimal Win64 project exploring process memory, DLL loading, and Windows internals.
C2-Windows-x64 Multi-agent Command & Control (C2) framework using Winsock in C++
PersistenceLib-Win64 A lightweight C++ library for managing Windows persistence through a clean, modular API.
PrivEscLib-Win64 A low-level C++ library for handling privilege escalation, process elevation for Windows
AntiDebugger-Win64 A lightweight C/C++ library for detecting debuggers on Windows
Bug Bounty Bug bounty reports: real-world vulnerabilities (IDOR, API flaws, business logic) with detailed writeups and exploitation PoCs.
Zim The Vim-inspired text editor written in C++
Lite_Calculator_App A lightweight WPF calculator showcasing clean UI design and basic arithmetic logic.
Ai-Guitar-Midi-Amp-Controller AI-powered guitar amplifier controller
Norm-Ai-Fixer Offline AI code normalizer.
Asm Lib Small assembly practice library for low-level exercises.
ft_randint Pseudo-random number generator in C.
Vim Config My Vim configuration inspired by the 42 environment.
Zsh Config Personalized Zsh configuration.

πŸ“Š GitHub Stats

My Hack The Box Profile↓:

🎯 Objectif

.π–₯” ݁ Λ–πŸ›Έβ”€β”€ Forge yourself daily; even stars are shaped by pressure and time. ✦

β€” Zibrian Cadinot β€”

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. asm-lib asm-lib Public

    libasm : bibliothΓ¨que en C et assembleur x86_64 rΓ©implΓ©mentant des fonctions essentielles via des syscalls Linux. Projet low-level pour apprendre l’ASM, l’architecture et l’optimisation

    C 1

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

  4. Zim Zim Public

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

    C++

  5. 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++ 2

  6. 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++ 1