Skip to content

Commit

Permalink
Merge branch 'preview'
Browse files Browse the repository at this point in the history
  • Loading branch information
the1812 committed Aug 13, 2018
2 parents 30232ae + 2ca2762 commit 9eaed9b
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Block-List.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- PPTV
- iQIYI
- Rising
- Riyue (Adware)
- Adware
- Ruanmei
- Sogou
- Sohu
Expand Down
2 changes: 1 addition & 1 deletion Block-List.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 阻止列表
# 屏蔽列表
- 360
- 2345
- 百度
Expand Down
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,15 @@ Project inspired by [Windows apps that amaze us](https://amazing-apps.gitbooks.i

*This repository contains only version info and binary.*

## Example
### Before
![Before](before.png)
### Disallow it and save
![Disallow it and save](disallow.png)
### After
![After](after.png)

## CLI Usage
- No parameter : Open GUI.
- `--silent-update` : Silently check and download update.
- `--disallow-all` : Disallow all UAC authorizations of malwares.
- `--allow-all` : Allow all UAC authorizations of malwares.
- `--proxy=127.0.0.1:8000` : Set proxy for `--silent-update`.
- `--remove` : Clean up temp files used for update.
- `--allow=file`: Allow UAC authorization of `file`. (The `file` must be signed because app uses its digital signature to identify the program, same for disallow)
- `--disallow=file`: Disallow UAC authorization of `file`.

## About Temp Files
Currently this app only store new version file as `__mwp.exe` in the same directory. You can delete it manually after update.
Expand All @@ -38,3 +32,11 @@ Currently this app only store new version file as `__mwp.exe` in the same direct
## Block Lists
- [English](Block-List.en.md)
- [简体中文](Block-List.zh-CN.md)

## Example
### Before
![Before](before.png)
### Disallow it and save
![Disallow it and save](disallow.png)
### After
![After](after.png)
18 changes: 10 additions & 8 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,15 @@

*此仓库仅包含版本信息和可执行程序.*

## 例子
### 屏蔽前
![屏蔽前](before.png)
### 屏蔽并保存
![屏蔽并保存](disallow.png)
### 屏蔽后
![屏蔽后](after.png)

## 命令行参数
- 无参数 : 启动图形界面.
- `--silent-update` : 在后台进行更新.
- `--disallow-all` : 屏蔽所有支持的软件.
- `--allow-all` : 允许所有支持的软件.
- `--proxy=127.0.0.1:8000` : 为`--silent-update`指定代理.
- `--remove` : 清理更新的缓存文件.
- `--allow=file`: 允许传入的`file`. (`file`必须拥有数字签名,因为本功能使用其数字签名实现,下同)
- `--disallow=file`: 屏蔽传入的`file`.

## 关于缓存文件
目前此应用只会在同目录中产生更新文件`__mwp.exe`. 更新完成后你可以用手动删除它.
Expand All @@ -38,3 +32,11 @@
## 屏蔽列表
- [简体中文](Block-List.zh-CN.md)
- [English](Block-List.en.md)

## 例子
### 屏蔽前
![屏蔽前](before.png)
### 屏蔽并保存
![屏蔽并保存](disallow.png)
### 屏蔽后
![屏蔽后](after.png)
2 changes: 1 addition & 1 deletion mwp-ver.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.20.12
2.5.1.0
Binary file modified mwp.exe
Binary file not shown.

0 comments on commit 9eaed9b

Please sign in to comment.