Skip to content
View kaveOO's full-sized avatar
🧠
Obsession beats talent
🧠
Obsession beats talent

Highlights

  • Pro

Organizations

@1337Corporation

Block or report kaveOO

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

Hi, my name is Alban. I'm a 20-year-old developer, coding since October 2024. I'm passionate about understanding how game anti-cheat systems work and exploring the methods used to bypass them. If you're interested in collaborating or just want to chat, feel free to reach out to me on Discord -> .kaveo




streak stats


youtube logo faceit logo steam logo linkedin logo


Snake animation

Pinned Loading

  1. AssaultCubeDMA AssaultCubeDMA Public archive

    My first implementation of a cheat trainer using Direct Memory Access (DMA) for AssaultCube. Created as a learning exercise in external memory manipulation and reverse engineering

    C++ 9

  2. ReadWriteKernel ReadWriteKernel Public archive

    A simple Kernel Driver that I made while learning the basics of Windows Internals, used to ReadProcessMemory and WriteProcessMemory of another process

    C 4 1

  3. x64AssemblyPiscine x64AssemblyPiscine Public

    Personal experiments and exercises in x64 assembly to deepen understanding of low-level programming

    Assembly

  4. HelloWorldKernel HelloWorldKernel Public archive

    A minimal kernel project that prints "Hello, World !" designed to run and display output in a kernel debugger environment

    C

  5. kfs kfs Public

    A 42 school project to build a minimal Linux kernel from scratch, focusing on core kernel features and low-level system programming.

    C

  6. MyOperatingSystem MyOperatingSystem Public

    A personal operating system project designed for learning and experimentation in low-level systems development. This is an ongoing exploration with no fixed end goal

    Assembly