Skip to content

Commit 68c3f8d

Browse files
committed
update for vs2022
update for vs2022
1 parent 543b5dd commit 68c3f8d

File tree

17 files changed

+48
-19
lines changed

17 files changed

+48
-19
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"Version": 1,
3+
"ProjectMap": {
4+
"2443aa55-9534-4451-9bcc-48ac0982a0cc": {
5+
"ProjectGuid": "2443aa55-9534-4451-9bcc-48ac0982a0cc",
6+
"DisplayName": "winrar-keygen",
7+
"ColorIndex": 0
8+
}
9+
},
10+
"NextColorIndex": 1
11+
}

.vs/winrar-keygen/v17/.suo

44 KB
Binary file not shown.
34.6 MB
Binary file not shown.
Binary file not shown.

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,18 @@
33
<h2 align="center">WinRAR Keygen</h2>
44
<p align="center">Principle of WinRAR key generation</p>
55
</p>
6-
76
<p align="center">
87
<img src="https://img.shields.io/github/v/release/bitcookies/winrar-keygen?label=version" />
98
<a href="https://github.com/bitcookies/winrar-keygen/issues">
109
<img alt="Issues" src="https://img.shields.io/github/issues/bitcookies/winrar-keygen?color=F48D73" />
1110
</a>
11+
<img src="https://img.shields.io/badge/Visual%20Studio-2022-5D4298" />
12+
<a href="https://github.com/bitcookies/winrar-keygen/blob/master/LICENSE">
13+
<img alt="License" src="https://img.shields.io/github/license/bitcookies/winrar-keygen.svg" />
14+
</a>
1215
</p>
1316

17+
1418
<p align="center">
1519
<a href="README.zh-CN.md">简体中文</a> | <a href="README.md">English</a>
1620
</p>
@@ -35,7 +39,7 @@ If you don't want to compile it yourself, you can also go to the [release page](
3539

3640
### 3.1 Prerequisites
3741

38-
1. Please make sure that you have __Visual Studio 2019__ or the higher. Because this is a VS2019 project.
42+
1. Please make sure that you have **Visual Studio 2022**. Because this is a VS2022 project. If you are still using Visual Studio 2019, you can find projects for VS2019 in the [vs2019](https://github.com/bitcookies/winrar-keygen/tree/vs2019) branch.
3943

4044
2. Please make sure you have installed `vcpkg` and the following libraries:
4145

@@ -132,9 +136,13 @@ If you encounter some problems, you can report on the [Issues](https://github.co
132136

133137
### 6.2 Security
134138

135-
Some Anti-Virus Software may falsely report. If you do not trust this binary executable file, your only option is to compile the code yourself.
139+
[Issues #1](https://github.com/bitcookies/winrar-keygen/issues/1) Some Anti-Virus Software may falsely report. If you do not trust this binary executable file, your only option is to compile the code yourself.
140+
141+
### 6.3 Download
142+
143+
[Issues #4](https://github.com/bitcookies/winrar-keygen/issues/4) IDM and other download tools may have problems, please use a browser (e.g. chrome, edge) to download.
136144

137-
### 6.3 Thanks
145+
### 6.4 Thanks
138146

139147
Thank you very much to some enthusiastic developers for helping answer some questions in [Issues](https://github.com/bitcookies/winrar-keygen/issues).
140148

README.zh-CN.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,13 @@
88
<a href="https://github.com/bitcookies/winrar-keygen/issues">
99
<img alt="Issues" src="https://img.shields.io/github/issues/bitcookies/winrar-keygen?color=F48D73" />
1010
</a>
11+
<img src="https://img.shields.io/badge/Visual%20Studio-2022-5D4298" />
12+
<a href="https://github.com/bitcookies/winrar-keygen/blob/master/LICENSE">
13+
<img alt="License" src="https://img.shields.io/github/license/bitcookies/winrar-keygen.svg" />
14+
</a>
1115
</p>
1216

17+
1318
<p align="center">
1419
<a href="README.zh-CN.md">简体中文</a> | <a href="README.md">English</a>
1520
</p>
@@ -34,11 +39,12 @@ WinRAR不是免费软件。如果你想使用它,你应当向 [__RARLAB__](htt
3439

3540
### 3.1 前提条件
3641

37-
1. 请确保你有 __Visual Studio 2019__ 或其更高版本。因为这是一个VS2019项目
42+
1. 请确保你有 **Visual Studio 2022**,因为这是一个 VS2022 项目。如果你仍在使用 Visual Studio 2019,可以在 [vs2019](https://github.com/bitcookies/winrar-keygen/tree/vs2019) 分支中找到适合 VS2019 的项目
3843

3944
2. 请确保你安装了 `vcpkg` 以及下面几个库:
4045

41-
* `mpir:x86-windows-static`
46+
- `mpir:x86-windows-static`
47+
4248
* `mpir:x64-windows-static`
4349

4450
你可以通过下的命令来安装:
@@ -57,11 +63,11 @@ WinRAR不是免费软件。如果你想使用它,你应当向 [__RARLAB__](htt
5763
### 3.2 编译
5864

5965
1.__Visual Studio__ 中打开这个项目。
60-
6166
2. 选择 `Release` 配置。
62-
6367
3. 选择 __生成 > 生成解决方案__
6468

69+
你将在 `bin/` 目录下看到生成的文件。
70+
6571
## 4. 如何使用?
6672

6773
直接在终端执行以下代码,配置两个参数即可生成 `rarreg.key`
@@ -113,7 +119,7 @@ winrar-keygen.exe <text1> <text2>
113119

114120
### 5.2 终端编码的问题
115121

116-
有可能是终端编码的问题,你可以使用 `chcp` 命令暂时切换。
122+
[Issues #5](https://github.com/bitcookies/winrar-keygen/issues/5) 有可能是终端编码的问题,你可以使用 `chcp` 命令暂时切换。
117123

118124
具体可参考 Microsoft 文档:[chcp | Microsoft Docs](https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/chcp)
119125

@@ -125,9 +131,13 @@ winrar-keygen.exe <text1> <text2>
125131

126132
### 6.2 安全
127133

128-
一些杀毒软件可能会误报,如果您不信任此二进制可执行文件,您唯一的选择就是自己编译代码。
134+
[Issues #1](https://github.com/bitcookies/winrar-keygen/issues/1) 一些杀毒软件可能会误报,如果您不信任此二进制可执行文件,您唯一的选择就是自己编译代码。
135+
136+
### 6.3 下载
137+
138+
[Issues #4](https://github.com/bitcookies/winrar-keygen/issues/4) IDM等下载工具可能会有问题,请使用浏览器(例如 chrome、edge)下载。
129139

130-
### 6.3 感谢
140+
### 6.4 感谢
131141

132142
非常感谢一些热心的开发者,在 [Issues](https://github.com/bitcookies/winrar-keygen/issues) 帮助解答一些问题。
133143

2 KB
Binary file not shown.
-595 KB
Binary file not shown.
-169 KB
Binary file not shown.
288 KB
Binary file not shown.

0 commit comments

Comments
 (0)