-
Notifications
You must be signed in to change notification settings - Fork 408
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0e5ed26
commit 714a4d2
Showing
11 changed files
with
138 additions
and
354 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,16 @@ | ||
using System.Windows; | ||
using System.Windows.Threading; | ||
|
||
namespace Sheas_Cealer | ||
{ | ||
public partial class App : Application | ||
{ | ||
protected override void OnStartup(StartupEventArgs e) => new MainWindow(e.Args).Show(); | ||
|
||
private void App_DispatcherUnhandledException(object sender, DispatcherUnhandledExceptionEventArgs e) | ||
{ | ||
MessageBox.Show("Error: " + e.Exception.Message); | ||
e.Handled = true; | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,29 +3,28 @@ | |
</br> | ||
|
||
## 自我介绍 | ||
**Sheas Cealer**: 一只基于 **WPF(.Net5)** 的 SNI 伪造工具 | ||
**Sheas Cealer**: 一只基于 **WPF(.Net8)** 的 SNI 伪造工具 | ||
|
||
* 适用平台: Windows x64 | ||
|
||
## 词汇解释 | ||
**[Sheas Cealer Dictionary](https://github.com/SpaceTimee/Sheas-Cealer/wiki/Sheas-Cealer-Dictionary)** | ||
|
||
## 注意事项 | ||
1. 最新的 **Cealing-Host.json** 内置伪造规则可在 [Cealing Host 存储库](https://github.com/SpaceTimee/Cealing-Host) 获取 | ||
2. 其他所有配置文件的获取请参考 [Sheas Cealer Archive](https://github.com/SpaceTimee/Sheas-Cealer/wiki/Sheas-Cealer-Archive) | ||
3. 自动更新时不会覆盖已有的 **Cealing-Host.json** 和 **config.yaml** 配置文件,如有需要应**手动覆盖或修改** | ||
4. 本项目仅供**学习参考**,无意绕过任何审查设备的审查 | ||
5. 为避免不必要的麻烦,食用前请先阅读**注意事项**和**用户协议** | ||
6. Sheas Cealer 仍处于**开发阶段**,但每个正式版发布前会尽量确保其**稳定可用** | ||
7. Github Release 中会保留目前能够使用的**所有版本**,但强烈推荐使用**最新版** | ||
1. **Cealing-Host.json** 内置伪造规则在 [Cealing Host 存储库](https://github.com/SpaceTimee/Cealing-Host) 持续更新 | ||
2. Sheas Cealer 更新时不会覆盖已有的 **Cealing-Host.json** 配置文件,如需与上游同步,需点击**更新规则**按钮 (>= 1.1.0),或**手动修改覆盖** | ||
3. 本项目仅供**学习参考**,无意绕过任何审查设备的审查 | ||
4. 为避免不必要的麻烦,食用前请先阅读**注意事项**和**用户协议** | ||
5. Sheas Cealer 仍处于**开发阶段**,但每个正式版发布前会尽量确保其**稳定可用** | ||
6. Github Release 中会保留目前能够使用的**所有版本**,但强烈推荐使用**最新版** | ||
|
||
## 用户协议 | ||
1. [隐私政策](https://thoughts.teambition.com/share/6264eda98adeb10041b92fda#title=Sheas_Cealer_隐私政策) | ||
2. [使用协议](https://thoughts.teambition.com/share/6264edd78adeb10041b92fdb#title=Sheas_Cealer_使用协议) | ||
|
||
## 下载地址 | ||
1. Github (首选): [https://github.com/SpaceTimee/Sheas-Cealer/releases](https://github.com/SpaceTimee/Sheas-Cealer/releases) | ||
2. 蓝奏云 (密码3wnj) (大陆推荐): [https://spacetime.lanzouu.com/b017hp0lc](https://spacetime.lanzouu.com/b017hp0lc) | ||
2. 蓝奏云 (密码 3wnj) (大陆推荐): [https://spacetime.lanzouu.com/b017hp0lc](https://spacetime.lanzouu.com/b017hp0lc) | ||
|
||
## 安装方式 | ||
1. Setup 安装器 (首选): 下载 Sheas Cealer Setup.exe 并运行 -> 按照提示设置即可安装 | ||
|
@@ -43,14 +42,14 @@ | |
## 致谢名单 | ||
* **kit: 为本项目提供全部的原理基础** | ||
* **NiceBowl: 为本项目提供详细的原理说明** | ||
* **Clash: 为本项目解决 SSL 证书匹配问题** | ||
* **Clash: 为本项目解决过一段时间的 SSL 证书匹配问题** | ||
|
||
## 开发者 | ||
**Space Time** | ||
|
||
## 联系方式 | ||
1. **新 QQ 群 (主群): 338919498** | ||
2. 新 TG 群 (分群) (宽松管理): [PixCealerChat](https://t.me/PixCealerChat) | ||
1. **QQ 群 (主群): 338919498** | ||
2. TG 群 (分群) (宽松管理): [PixCealerChat](https://t.me/PixCealerChat) | ||
3. **邮箱: [email protected]** | ||
|
||
## 许可证 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.