Skip to content

Commit

Permalink
Merge pull request #9 from the1812/preview
Browse files Browse the repository at this point in the history
Update to v2.8.2
  • Loading branch information
the1812 authored Oct 12, 2019
2 parents b43ec92 + 2ded5f5 commit 161fe4b
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 76 deletions.
44 changes: 44 additions & 0 deletions README.en-US.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Malware Patch
[中文版](README.md)

Prevent UAC authorization of Chinese malwares, **no** need to run in background.

Project inspired by [Windows apps that amaze us](https://amazing-apps.gitbooks.io/windows-apps-that-amaze-us/content/en/blacklist.html).

*This repository contains only version info and binary.*

## 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.
- `--remove` : Clean up temp files used for update.
- `--allow` : Select a program (from "Open File" dialog) and allow UAC authorization of it.
> The selected program must be signed because this app uses its digital signature to identify the program, the same below
- `--disallow` : Select a program and disallow UAC authorization of it.
- `--allow=file`: Allow UAC authorization of `file`.
- `--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.

## System Support
- Windows 10
- Windows 8.1
- *Windows 7* (**Not tested yet**)

## Language Support
- English
- 简体中文

## 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)
62 changes: 31 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
# Malware Patch
[中文版](README.zh-CN.md)
# 软件屏蔽器
[English version](README.en-US.md)

Prevent UAC authorization of Chinese malwares, **no** need to run in background.
阻止指定软件的管理员授权,**无需**后台运行.

Project inspired by [Windows apps that amaze us](https://amazing-apps.gitbooks.io/windows-apps-that-amaze-us/content/en/blacklist.html).
项目灵感来源:[Windows apps that amaze us](https://amazing-apps.gitbooks.io/windows-apps-that-amaze-us/zh-CN/blacklist.html).

*This repository contains only version info and binary.*
*此仓库仅包含版本信息和可执行程序.*

## 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.
- `--remove` : Clean up temp files used for update.
- `--allow` : Select a program (from "Open File" dialog) and allow UAC authorization of it.
> The selected program must be signed because this app uses its digital signature to identify the program, the same below
- `--disallow` : Select a program and disallow UAC authorization of it.
- `--allow=file`: Allow UAC authorization of `file`.
- `--disallow=file`: Disallow UAC authorization of `file`.
## 命令行参数
- 无参数 : 启动图形界面.
- `--silent-update` : 在后台进行更新.
- `--disallow-all` : 屏蔽所有支持的软件.
- `--allow-all` : 允许所有支持的软件.
- `--remove` : 清理更新的缓存文件.
- `--allow`: (从"打开文件"对话框)选择并允许程序.
> 程序必须拥有数字签名,因为本功能使用其数字签名实现,下同
- `--disallow`: 选择并屏蔽程序.
- `--allow=file`: 允许传入的`file`.
- `--disallow=file`: 屏蔽传入的`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.
## 关于缓存文件
目前此应用只会在同目录中产生更新文件`__mwp.exe`. 更新完成后你可以用手动删除它.

## System Support
## 系统支持
- Windows 10
- Windows 8.1
- *Windows 7* (**Not tested yet**)
- *Windows 7* (**尚未测试**)

## Language Support
- English
## 语言支持
- 简体中文
- English

## Block Lists
- [English](Block-List.en.md)
## 屏蔽列表
- [简体中文](Block-List.zh-CN.md)
- [English](Block-List.en.md)

## Example
### Before
![Before](before.png)
### Disallow it and save
![Disallow it and save](disallow.png)
### After
![After](after.png)
## 例子
### 屏蔽前
![屏蔽前](before.png)
### 屏蔽并保存
![屏蔽并保存](disallow.png)
### 屏蔽后
![屏蔽后](after.png)
44 changes: 0 additions & 44 deletions README.zh-CN.md

This file was deleted.

2 changes: 1 addition & 1 deletion mwp-ver.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.8.1.0
2.8.2.0
Binary file modified mwp.exe
Binary file not shown.

0 comments on commit 161fe4b

Please sign in to comment.