{"id":30897549,"url":"https://github.com/blackmaple/maple.herotest","last_synced_at":"2025-09-09T00:13:05.356Z","repository":{"id":243475051,"uuid":"812535968","full_name":"blackmaple/Maple.HeroTest","owner":"blackmaple","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-09T07:32:40.000Z","size":48,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-09T08:33:51.619Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blackmaple.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-09T07:10:19.000Z","updated_at":"2024-06-09T08:33:57.447Z","dependencies_parsed_at":"2024-06-09T08:44:39.058Z","dependency_job_id":null,"html_url":"https://github.com/blackmaple/Maple.HeroTest","commit_stats":null,"previous_names":["blackmaple/maple.herotest"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blackmaple/Maple.HeroTest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackmaple%2FMaple.HeroTest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackmaple%2FMaple.HeroTest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackmaple%2FMaple.HeroTest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackmaple%2FMaple.HeroTest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blackmaple","download_url":"https://codeload.github.com/blackmaple/Maple.HeroTest/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackmaple%2FMaple.HeroTest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274231111,"owners_count":25245685,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-09T00:13:03.695Z","updated_at":"2025-09-09T00:13:05.266Z","avatar_url":"https://github.com/blackmaple.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Maple.HeroTest\n\n## 项目说明\n\n0.  描述\n\n      -  [崛起力量: 测试英雄 试玩版](https://store.steampowered.com/app/2951840/_/) 修改器源代码\n\n1.  要求\n\n    -  一个VS2022\n    -  一个DotNet8 SDK 需要安装AOT\n    -  [一个UnityGame的通用修改框架](https://github.com/blackmaple/Maple.MonoGameAssistant)\n   \n2.  项目\n    \n    -  Maple.Bloomtown\n\n      ###\n      |  Item                             |  desc                                                                                            |  source  |\n      |  -------------------------------  |  ----------------------------------------------------------------------------------------------  |  ------  |\n      |  GameDllExport  |  WINHTTP.DLL劫持代码目录 UnityGame的一个通用劫持方案 依赖源生成器  |  [Maple.MonoGameAssistant.DllHijackGenerator](https://github.com/blackmaple/Maple.MonoGameAssistant/tree/main/Maple.MonoGameAssistant.DllHijackGenerator)  |\n      |  GameModel*0*      |  game的数据结构  生成文件-\u003e  |   [Maple.MonoGameAssistant.WinForm](https://github.com/blackmaple/Maple.MonoGameAssistant/tree/main/Maple.MonoGameAssistant.WinForm)  |\n      |  GameModel*1*      |  game的数据结构 类似`ILC2CPPDUMP`生成器C++ `il2cpp.h`  搭配源生成器使用  |  [Maple.MonoGameAssistant.MonoCollectorGeneratorV2](https://github.com/blackmaple/Maple.MonoGameAssistant/tree/main/Maple.MonoGameAssistant.MonoCollectorGeneratorV2)  |\n      |  GameSourceGen*0*      |  `BloomtownGameContext`将需要使用到game数据结构添加到源生成器()  |  [Maple.MonoGameAssistant.MonoCollectorGeneratorV2](https://github.com/blackmaple/Maple.MonoGameAssistant/tree/main/Maple.MonoGameAssistant.MonoCollectorGeneratorV2)  |\n      |  GameSourceGen*1*      |  `BloomtownGameContextExtensions` 修改game的功能实现  |  [Maple.MonoGameAssistant.MonoCollectorGeneratorV2](https://github.com/blackmaple/Maple.MonoGameAssistant/tree/main/Maple.MonoGameAssistant.MonoCollectorGeneratorV2)  |\n      |  GameSourceGen*2*      |  `UnityEngineContext_Bloomtown` UnityCore 重载实现 (Unity内部函数地址不同 具体根据game实现)  |  [Maple.MonoGameAssistant.MonoCollectorGeneratorV2](https://github.com/blackmaple/Maple.MonoGameAssistant/tree/main/Maple.MonoGameAssistant.MonoCollectorGeneratorV2)  |\n      |  GameService*0*      |  `BloomtownGameService` 修改game的功能实现让WebApi调用   |  [Maple.GameContext](https://github.com/blackmaple/Maple.MonoGameAssistant/tree/main/Maple.GameContext)  |\n      |  GameService*1*      |  `BloomtownWebApiService` WebApi 实现 跟GameUI http通信 以及 MONOAPI的数据收集 |  [Maple.MonoGameAssistant.WebApi](https://github.com/blackmaple/Maple.MonoGameAssistant/tree/main/Maple.MonoGameAssistant.WebApi)  |\n      |  GameService*2*      |  `BloomtownWebApiService.Initializer` 利用`ModuleInitializer`运行托管代码 是整个程序的入口 |  [Maple.MonoGameAssistant.WebApi](https://github.com/blackmaple/Maple.MonoGameAssistant/tree/main/Maple.MonoGameAssistant.WebApi)  |\n      |  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)  |\n\n\n     \n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackmaple%2Fmaple.herotest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblackmaple%2Fmaple.herotest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackmaple%2Fmaple.herotest/lists"}