AcoFork 旧站归档 · 第 13 次重构 · 已归档,仅供怀旧展示

AcoFork Blog Z

使用Zola构建的个人博客,分享网络技术、服务器部署、内网穿透、静态网站搭建、CDN优化、容器化部署等技术教程与实践经验的个人技术博客,专注于云原生、无服务器架构和前后端开发,作者为afoim/二叉树树


崩坏星穹铁道全局加速

2025-04-15

注入一个DLL实现绕过ACE反作弊,然后用CE的变速精灵

正式开始

确保你安装了Virtual Studio 2022 中的工作负载:使用C++的桌面开发

克隆DLL源码仓库:GitHub - gmh5225/Honkai-StarRail-ACE-B: This repository provides code and instructions for bypassing the anti-cheat system in Honkai Star Rail game, allowing players to access previously restricted features and improve their gameplay experience. For informational purposes only. Use at your own risk.

前往 Releases · TsudaKageyu/minhook 分别下载 binlib ,将其解压后寻找文件 libMinHook.x64.libMinHook.h 将其放到DLL源码仓库根目录

代码需要小改,这里省略

编译:

MSBuild star_rail.sln /p:Configuration=Release /p:Platform=x64 /property:GenerateFullPaths=true

产物在:

\x64\Release\star_rail.dll

前往 Releases · master131/ExtremeInjector 下载并解压,得到 Extreme Injector v3.exe

正常打开游戏,运行 Extreme Injector v3.exe ,选择游戏进程,注入刚刚编译出来的DLL

前往 https://www.cheatengine.org/ 下载CE,打开CE,如果游戏没有闪退或者弹出反作弊窗口,则证明注入成功。接下来选择游戏进程,开启变速精灵,2-5倍速即可。Enjoy it!

标签: 崩坏星穹铁道, DLL注入