Skip to content
@Zhuagenborn

Zhuagenborn

Software Development | Artificial Intelligence | Reverse Engineering.

Pinned Loading

  1. Tiny-x86-OS Tiny-x86-OS Public

    💽 A simple Intel x86 operating system written in assembly and C++, supporting interrupts, memory paging and heap allocation, disk control, file partition, system calls, thread scheduling, etc.(使用C+…

    C++ 32

  2. Plants-vs.-Zombies-Online-Battle Plants-vs.-Zombies-Online-Battle Public

    🧟 Plants vs. Zombies multiplayer battle, developed via reverse engineering, inline hook and dynamic-link library injection. Two online players defend and attack as the plant and zombie respectively…

    C++ 593 53

  3. Echo-Web-Server Echo-Web-Server Public

    ☁️ A C++20 echo web server using a thread pool, an epoll and non-blocking sockets to process requests, consisting of a YAML-based configuration, a customizable logger and a min-heap-based timer.(使用…

    C++ 54

  4. Goasm-RAT Goasm-RAT Public

    💻 A Windows console remote administration tool written in Go & Intel x86 Assembly. It supports remote shell and screenshot.(使用Go和Intel x86汇编开发的Windows终端远程管理工具,支持远程Shell和屏幕截图。)

    Go 75 10

  5. Windows-x86-Debugger Windows-x86-Debugger Public

    🐞 A simple Windows x86 debugging framework written in C++20 that supports software breakpoints and hardware breakpoints. It can be used to create custom debuggers.(使用C++20开发的简易Windows x86调试框架,支持软件断…

    C++ 10 3

  6. Huawei-Delivery-Optimization Huawei-Delivery-Optimization Public

    🚚 "2021 Huawei Delivery Optimization Competition" - Using a genetic model to minimize the multi-vehicle transportation cost with vehicle capacity constraints.(“2021华为配送优化竞赛” - 使用遗传算法在车辆运力限制下最小化多车辆的…

    TeX 4 1

Repositories

Showing 10 of 22 repositories
  • Tiny-x86-OS Public

    💽 A simple Intel x86 operating system written in assembly and C++, supporting interrupts, memory paging and heap allocation, disk control, file partition, system calls, thread scheduling, etc.(使用C++和汇编开发的简易Intel x86操作系统,支持中断、内存分页、堆内存管理、磁盘控制、文件分区、系统调用、线程调度等功能。)

    Zhuagenborn/Tiny-x86-OS’s past year of commit activity
    C++ 32 MIT 0 0 0 Updated Mar 30, 2025
  • Windows-x86-Debugger Public

    🐞 A simple Windows x86 debugging framework written in C++20 that supports software breakpoints and hardware breakpoints. It can be used to create custom debuggers.(使用C++20开发的简易Windows x86调试框架,支持软件断点和硬件断点,可以用于创建自定义调试器。)

    Zhuagenborn/Windows-x86-Debugger’s past year of commit activity
    C++ 10 MIT 3 0 0 Updated Mar 30, 2025
  • Bit-Manipulation Public

    ✂️ A header-only bit manipulation library written in C++23.(使用C++23开发的比特位操作库。)

    Zhuagenborn/Bit-Manipulation’s past year of commit activity
    C++ 0 MIT 0 0 0 Updated Feb 24, 2025
  • Chase-AI Public

    🎮 An artificial intelligence game to demonstrate the A* pathfinding. The enemy will try to get close to the agent and make it stuck between walls.(用于演示A*寻路算法的人工智能游戏,敌人会追踪宝藏并尝试将其困在围墙之间。)

    Zhuagenborn/Chase-AI’s past year of commit activity
    Python 28 MIT 3 0 0 Updated Feb 12, 2025
  • Enum-Flags Public

    🚩 A header-only type-safe bit flag manager for C++ scoped enumerations written in C++23.(使用C++23开发的强类型枚举操作库。)

    Zhuagenborn/Enum-Flags’s past year of commit activity
    C++ 0 MIT 0 0 0 Updated Nov 25, 2024
  • Cpp-Project-Template Public archive

    🏗️ A C++ project template built with Docker, Makefile, CMake, GoogleTest and GitHub Actions.(包含Docker、Makefile、CMake、GoogleTest和GitHub Actions的C++项目构建模板。)

    Zhuagenborn/Cpp-Project-Template’s past year of commit activity
    CMake 0 1 0 0 Updated Nov 25, 2024
  • Echo-Web-Server Public

    ☁️ A C++20 echo web server using a thread pool, an epoll and non-blocking sockets to process requests, consisting of a YAML-based configuration, a customizable logger and a min-heap-based timer.(使用C++20开发的Web回声服务器,使用线程池、epoll和非阻塞套接字处理网络请求,并包含YAML配置、日志记录和基于最小堆的定时器。)

    Zhuagenborn/Echo-Web-Server’s past year of commit activity
    C++ 54 MIT 0 0 0 Updated Oct 22, 2024
  • Plants-vs.-Zombies-Online-Battle Public

    🧟 Plants vs. Zombies multiplayer battle, developed via reverse engineering, inline hook and dynamic-link library injection. Two online players defend and attack as the plant and zombie respectively.(通过逆向工程、内联Hook和动态链接库注入实现的《植物大战僵尸》双人网络对战,两名玩家分别使用植物或僵尸进行防守和攻击。)

    Zhuagenborn/Plants-vs.-Zombies-Online-Battle’s past year of commit activity
    C++ 593 MIT 53 0 0 Updated Oct 22, 2024
  • Tetris Public

    🎮 A C++20 Tetris game running in the Linux terminal.(使用C++20开发的Linux终端版俄罗斯方块游戏。)

    Zhuagenborn/Tetris’s past year of commit activity
    C++ 2 MIT 0 0 0 Updated Oct 22, 2024
  • Windows-DLL-Injector Public

    💉 A Windows dynamic-link library injection tool written in C++20. It can inject a dynamic-link library into a running process by its window title or create a new process with an injection.(使用C++20开发的Windows动态链接库注入工具,可以通过窗口标题注入运行中的进程,或在创建新进程时注入。)

    Zhuagenborn/Windows-DLL-Injector’s past year of commit activity
    C++ 68 MIT 9 0 0 Updated Oct 22, 2024

Top languages

Loading…

Most used topics

Loading…