{"id":24971269,"url":"https://github.com/miaione/sppclient","last_synced_at":"2025-07-18T08:06:51.670Z","repository":{"id":51275145,"uuid":"490277314","full_name":"MIAIONE/SPPClient","owner":"MIAIONE","description":"SPPClient 是仿照gatherosstate的完整实现，能够自动激活WIN10及以上操作系统，需要联网，SPPClient安装完许可证后需要重启","archived":false,"fork":false,"pushed_at":"2022-05-19T03:56:28.000Z","size":320,"stargazers_count":37,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T05:44:15.410Z","etag":null,"topics":["activator","csharp","digtial","dll","gatherosstate","genuine","hwid","spp","sppclient","windows","wmi"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MIAIONE.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-09T12:40:14.000Z","updated_at":"2025-04-08T13:21:56.000Z","dependencies_parsed_at":"2022-08-25T14:30:34.190Z","dependency_job_id":null,"html_url":"https://github.com/MIAIONE/SPPClient","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/MIAIONE/SPPClient","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MIAIONE%2FSPPClient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MIAIONE%2FSPPClient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MIAIONE%2FSPPClient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MIAIONE%2FSPPClient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MIAIONE","download_url":"https://codeload.github.com/MIAIONE/SPPClient/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MIAIONE%2FSPPClient/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265725167,"owners_count":23817973,"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","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":["activator","csharp","digtial","dll","gatherosstate","genuine","hwid","spp","sppclient","windows","wmi"],"created_at":"2025-02-03T16:10:13.773Z","updated_at":"2025-07-18T08:06:51.649Z","avatar_url":"https://github.com/MIAIONE.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SPPClient 一种基于HWID直接激活系统的工具\n## A tool based on HWID direct activation of the system\n\n## 更新日志\u0026公告（Public Logs）\n\n0.1.3：增加了SYSTEM用户启动模式（请先关闭安全软件），大量重写slmgr功能\n\n0.1.2：修复了sid错误的问题\n\n## 支持（Support）\n仅限Retail Channel（零售版），不支持server版本和kms\n\n★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆\n\n可自行clone实现，KMS,GLVK的代码里面只是被注释了\n\n不过tka模式和AD激活由于特殊，并未实现相关slmgr功能\n\n请有vbs功底的自行重写\n\n★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆\n\n## 技术细节（Technical details）\nSPPClient 通过从底层slc.dll,setupapi.dll,hid.dll等底层api直接实现HWID的获取，不再验证当前激活状态\nHWID类使用了HwidApi，HwidApi来自@laomms的二进制文件反编译，反编译工具使用de4dot反混淆，dnSpy诱骗调试释放dll，dotPeek进行反编译+修复\n\n传统数字激活软件：利用gatherosstate在WIN7下获得免费升级许可漏洞，通过写SYSTEM\\Tokens注册表值，并强行用AppLayers模拟WIN7RTM兼容模式运行，同时利用破解的slc.dll，破除hwid获取因未激活获取不到正确hwid的情况，综合起来形成门票，在此之前先安装系统SKU Update Key，通过该Key可实现任意系统版本转换，然后利用clipup.exe安装骗取的数字证书，最后slmgr -ato激活系统\n\nsppclient：彻底破除HWID限制，随意生成许可证，重写slmgr在C#内部的实现，直接调用WMI安装Key，不再有因用process或cscript运行带来的运行过程时间不确定，结果难获取，变量多等问题\n\n## 法律声明（Legal Notices）\n本程序仅供科学研究之用途，请在下载后72h内自行删除，本项目为合法的逆向工程，不涉及任何微软激活相关代码\n\n微软如有删除需要，请向我Github的邮箱发送邮件，将在7个工作日内完成；\n\n## 引用（References）\n部分代码参考HwidApi，@laomms:gatherosstate C#实现\n\n# 下载（Download）\n不再向Releases发布蓝奏云链接\n\n改为此处：https://miaione.lanzoum.com/b09ba8dli\n\n密码:sppc\n\n链接失效请提交issues，会及时补链接","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiaione%2Fsppclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiaione%2Fsppclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiaione%2Fsppclient/lists"}