Zhuagenborn
- 26 followers
- China
Pinned Loading
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 - 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 - Bit-Manipulation Public
✂️ A header-only bit manipulation library written in C++23.(使用C++23开发的比特位操作库。)
Zhuagenborn/Bit-Manipulation’s past year of commit activity - 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 - 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 - 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 - 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 - 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