[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-998":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":15,"forks30d":15,"starsTrendScore":19,"compositeScore":20,"rankGlobal":9,"rankLanguage":9,"license":9,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":21,"hasPages":21,"topics":23,"createdAt":9,"pushedAt":9,"updatedAt":24,"readmeContent":25,"aiSummary":26,"trendingCount":15,"starSnapshotCount":15,"syncStatus":27,"lastSyncTime":28,"discoverSource":29},998,"MikuSB","MikuLeaks\u002FMikuSB","MikuLeaks","Open-source C#\u002F.NET research server emulator for local protocol and networking experimentation.",null,"C#",568,130,9,22,0,8,16,75,24,10.35,false,"main",[],"2026-06-12 02:00:21","# MikuSB\n\n\u003Cstrong>MikuSB\u003C\u002Fstrong> is a server emulator of a certain dungeon anime game.   \n`SdkServer`, `GameServer`, and an optional local HTTP\u002FHTTPS proxy are started from a single `net9.0` application.  \n\n[Discord](https:\u002F\u002Fdiscord.gg\u002FaMwCu9JyUR)\n\n日本語のドキュメントは [README_jp.md](README_jp.md) にあります。\n\n## Overview\n\n- `SdkServer`\n  - Serves HTTP APIs and dispatch responses\n  - Returns server lists, version queries, and fallback responses\n- `GameServer`\n  - Accepts TCP-based game connections\n  - Handles `ReqCallGS` and some normal packets\n- `Proxy`\n  - Listens on `127.0.0.1:8888` when enabled\n  - Redirects some Snowbreak-related domains to the local `SdkServer`\n- `Common` \u002F `Proto` \u002F `TcpSharp`\n  - Shared data, protobuf definitions, and networking infrastructure\n\n## Project Layout\n\n- [MikuSB](MikuSB): entry point\n- [SdkServer](SdkServer): HTTP server and dispatch\n- [GameServer](GameServer): main game server\n- [Proxy](Proxy): local proxy\n- [Common](Common): config, database, and shared utilities\n- [Proto](Proto): protobuf definitions\n\n## Requirements\n\n- [.NET SDK 10.0](https:\u002F\u002Fdotnet.microsoft.com\u002Fen-us\u002Fdownload\u002Fdotnet\u002F10.0)\n\n## Running\n\n1. Restore dependencies and build.\n\n```powershell\ndotnet build\n```\n\n2. Enjoy.\n\n## Feature List\n\n* [x] Login and basic account entry\n* [x] Player data loading\n* [x] Inventory loading\n* [x] Character loading\n* [x] Skin loading\n* [x] Weapon loading\n* [x] Lobby display character switching\n* [x] Character skin switching\n* [x] Character skin form switching\n* [x] Weapon replacement\n* [x] Weapon upgrade\n* [x] Player rename\n* [x] Basic saving of currently supported lobby state\n* [✓] Main chapter stage entry and related flow\n* [✓] Daily stage entry and related flow\n* [✓] Basic player setting synchronization\n* [✓] Basic profile synchronization\n* [✓] Activity-related requests\n* [✓] Achievement-related requests\n* [✓] Lineup-related requests\n* [✓] Preview-related requests\n* [✓] Some shop-related requests\n* [ ] Full combat flow\n* [ ] Mission \u002F quest progression\n* [ ] Gacha \u002F recruitment systems\n* [ ] Complete shop behavior\n* [ ] Multiplayer systems\n* [ ] Base \u002F dorm systems\n* [ ] Full client API coverage\n\n## Contributors\n- [Naruse](https:\u002F\u002Fgithub.com\u002FDevilProMT)\n- [Kei-Luna](https:\u002F\u002Fgithub.com\u002FKei-Luna)\n\n## Notes on use\nThis software is intended for research and testing purposes in a local environment.  \nIt is not intended for unauthorized access to, interference with, or commercial use of official services.\n\n## Legal Disclaimer\nMikuSB was developed for educational and research purposes.  \n- All trademarks, copyrights, and other intellectual property related to the original game and its associated franchise belong to their respective owners.  \n- This repository does not include any copyrighted game assets, binaries, or master data.  \n- Use this software at your own risk. The authors assume no responsibility for any damages or legal consequences resulting from its use.  \n\nIf you are a rights holder and have any concerns regarding this software, please contact `devilpromt` or `kei_luna` on Discord.","MikuSB是一个特定地下城动漫游戏的服务器模拟器。该项目通过一个.NET 9.0应用程序启动SdkServer、GameServer以及可选的本地HTTP\u002FHTTPS代理。SdkServer负责处理HTTP API请求并返回服务器列表和版本查询等信息；GameServer则处理基于TCP的游戏连接及一些常规数据包。此外，项目还包括了共享数据、protobuf定义和网络基础设施组件。MikuSB适用于希望在本地环境中进行研究与测试的开发者，但明确禁止未经授权访问或干扰官方服务的行为。请注意，此软件仅供教育和研究目的使用。",2,"2026-06-11 02:40:47","CREATED_QUERY"]