An open API service indexing awesome lists of open source software.

https://github.com/blackmaple/maple.herotest


https://github.com/blackmaple/maple.herotest

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Maple.HeroTest

## 项目说明

0. 描述

- [崛起力量: 测试英雄 试玩版](https://store.steampowered.com/app/2951840/_/) 修改器源代码

1. 要求

- 一个VS2022
- 一个DotNet8 SDK 需要安装AOT
- [一个UnityGame的通用修改框架](https://github.com/blackmaple/Maple.MonoGameAssistant)

2. 项目

- Maple.Bloomtown

###
| Item | desc | source |
| ------------------------------- | ---------------------------------------------------------------------------------------------- | ------ |
| GameDllExport | WINHTTP.DLL劫持代码目录 UnityGame的一个通用劫持方案 依赖源生成器 | [Maple.MonoGameAssistant.DllHijackGenerator](https://github.com/blackmaple/Maple.MonoGameAssistant/tree/main/Maple.MonoGameAssistant.DllHijackGenerator) |
| GameModel*0* | game的数据结构 生成文件-> | [Maple.MonoGameAssistant.WinForm](https://github.com/blackmaple/Maple.MonoGameAssistant/tree/main/Maple.MonoGameAssistant.WinForm) |
| GameModel*1* | game的数据结构 类似`ILC2CPPDUMP`生成器C++ `il2cpp.h` 搭配源生成器使用 | [Maple.MonoGameAssistant.MonoCollectorGeneratorV2](https://github.com/blackmaple/Maple.MonoGameAssistant/tree/main/Maple.MonoGameAssistant.MonoCollectorGeneratorV2) |
| GameSourceGen*0* | `BloomtownGameContext`将需要使用到game数据结构添加到源生成器() | [Maple.MonoGameAssistant.MonoCollectorGeneratorV2](https://github.com/blackmaple/Maple.MonoGameAssistant/tree/main/Maple.MonoGameAssistant.MonoCollectorGeneratorV2) |
| GameSourceGen*1* | `BloomtownGameContextExtensions` 修改game的功能实现 | [Maple.MonoGameAssistant.MonoCollectorGeneratorV2](https://github.com/blackmaple/Maple.MonoGameAssistant/tree/main/Maple.MonoGameAssistant.MonoCollectorGeneratorV2) |
| GameSourceGen*2* | `UnityEngineContext_Bloomtown` UnityCore 重载实现 (Unity内部函数地址不同 具体根据game实现) | [Maple.MonoGameAssistant.MonoCollectorGeneratorV2](https://github.com/blackmaple/Maple.MonoGameAssistant/tree/main/Maple.MonoGameAssistant.MonoCollectorGeneratorV2) |
| GameService*0* | `BloomtownGameService` 修改game的功能实现让WebApi调用 | [Maple.GameContext](https://github.com/blackmaple/Maple.MonoGameAssistant/tree/main/Maple.GameContext) |
| GameService*1* | `BloomtownWebApiService` WebApi 实现 跟GameUI http通信 以及 MONOAPI的数据收集 | [Maple.MonoGameAssistant.WebApi](https://github.com/blackmaple/Maple.MonoGameAssistant/tree/main/Maple.MonoGameAssistant.WebApi) |
| GameService*2* | `BloomtownWebApiService.Initializer` 利用`ModuleInitializer`运行托管代码 是整个程序的入口 | [Maple.MonoGameAssistant.WebApi](https://github.com/blackmaple/Maple.MonoGameAssistant/tree/main/Maple.MonoGameAssistant.WebApi) |
| GameService*3* | `BloomtownWebApiService.DllMain` 只是一个 [dllmain](https://learn.microsoft.com/zh-cn/windows/win32/dlls/dllmain) 加快 `ModuleInitializer` 执行 | [Maple.MonoGameAssistant.WebApi](https://github.com/blackmaple/Maple.MonoGameAssistant/tree/main/Maple.MonoGameAssistant.WebApi) |