rednik1337/CheatTurbine

GitHub: rednik1337/CheatTurbine

CheatTurbine 是一款 Linux 平台上的内存扫描与编辑工具,提供数值扫描、内存编辑和结构体分析等功能,定位为 Cheat Engine 的开源替代品。

Stars: 54 | Forks: 14

# Cheat Turbine _Linux 上的 Cheat Engine 替代品_ ## 目录 - [功能](#features) - [截图](#screenshots) - [快速开始](#getting-started) - [从源码编译(推荐)](#building-from-source-recommended) - [下载二进制文件](#downloading-the-binary) - [运行](#running) - [致谢](#credits) - [许可证](#license) ## 功能 - 数值扫描器 - 内存编辑器 - 结构体分析器 - 极其不稳定的 BFS 指针扫描器 _Cheat Turbine 目前正处于积极开发阶段,因此该列表预计还会增加_ _一份略显模糊的发展路线图可以在 [src/main.cpp](src/main.cpp) 中找到_ ## 截图 ![截图1](https://static.pigsec.cn/wp-content/uploads/repos/cas/5e/5e38f705a778646e41d25d375a0756bb99148cc3da2ccdacac3e237363b7d987.png) ![截图2](https://static.pigsec.cn/wp-content/uploads/repos/cas/5c/5c4a3b28bf469e217ccd9aafac99f2375facdd4860865d530fe14a61d0a5ec4c.png) ![Pasted image (2)](https://static.pigsec.cn/wp-content/uploads/repos/cas/79/7927949b93a648ae0d150cbf04de0b11693f4af27949758d92fd3a653f6be612.png) ## 快速开始 ### 从源码编译(推荐) 请确保你已安装必要的构建工具和依赖项: ``` cmake gcc g++ libxinerama libxcursor xorg glu ``` 克隆并构建项目: ``` git clone --recurse-submodules https://github.com/rednik1337/CheatTurbine.git cd CheatTurbine cmake -DCMAKE_BUILD_TYPE=Release -B cmake-build-release -S . cmake --build cmake-build-release -j$(nproc) ``` 如果成功,二进制文件将位于 `cmake-build-release/CheatTurbine` ### 下载二进制文件 最新的构建产物可在 [github actions](https://github.com/rednik1337/CheatTurbine/actions) 中找到 如果条件允许,[建议](https://github.com/KhronosGroup/Vulkan-Loader/issues/1538#issuecomment-2297283853)使用非 appimage 版本的二进制文件 ### 运行 ``` xhost +SI:localuser:root sudo -EH ./CheatTurbine ``` ## 致谢 - Cheat Turbine 使用 [ImGui](https://github.com/ocornut/imgui) 作为其 GUI 库 ## 许可证 - [GPL-2.0](LICENSE)
标签:Bash脚本, C++, CMake, ImGui, 云资产清单, 内存扫描器, 内存编辑器, 数据擦除, 游戏修改器, 逆向工程