Skip to content

Commit 68c3f8d

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

17 files changed

+48
-19
lines changed

Diff for: .vs/winrar-keygen/project-colors.json

+11
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+
}

Diff for: .vs/winrar-keygen/v17/.suo

44 KB
Binary file not shown.

Diff for: .vs/winrar-keygen/v17/Current/Browse.VC.db

34.6 MB
Binary file not shown.
Binary file not shown.

Diff for: README.md

+12-4
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

Diff for: README.zh-CN.md

+17-7
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

Diff for: bin/Win32-Release/winrar-keygen.exe

2 KB
Binary file not shown.

Diff for: bin/Win32-Release/winrar-keygen.iobj

-595 KB
Binary file not shown.

Diff for: bin/Win32-Release/winrar-keygen.ipdb

-169 KB
Binary file not shown.

Diff for: bin/Win32-Release/winrar-keygen.pdb

288 KB
Binary file not shown.

Diff for: bin/x64-Release/winrar-keygen.exe

4.5 KB
Binary file not shown.

Diff for: bin/x64-Release/winrar-keygen.iobj

-711 KB
Binary file not shown.

Diff for: bin/x64-Release/winrar-keygen.ipdb

-225 KB
Binary file not shown.

Diff for: bin/x64-Release/winrar-keygen.pdb

432 KB
Binary file not shown.

Diff for: winrar-keygen.aps

0 Bytes
Binary file not shown.

Diff for: winrar-keygen.rc

+4-4
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ IDI_ICON1 ICON "icon.ico"
6161
//
6262

6363
VS_VERSION_INFO VERSIONINFO
64-
FILEVERSION 1,0,2,0
65-
PRODUCTVERSION 1,0,2,0
64+
FILEVERSION 1,0,3,0
65+
PRODUCTVERSION 1,0,3,0
6666
FILEFLAGSMASK 0x3fL
6767
#ifdef _DEBUG
6868
FILEFLAGS 0x1L
@@ -79,12 +79,12 @@ BEGIN
7979
BEGIN
8080
VALUE "CompanyName", "WinRAR Keygen"
8181
VALUE "FileDescription", "WinRAR Key Generation Tool"
82-
VALUE "FileVersion", "1.0.2.0"
82+
VALUE "FileVersion", "1.0.3.0"
8383
VALUE "InternalName", "winrar-keygen.exe"
8484
VALUE "LegalCopyright", "Copyright (C) 2021"
8585
VALUE "OriginalFilename", "winrar-keygen.exe"
8686
VALUE "ProductName", "WinRAR Keygen"
87-
VALUE "ProductVersion", "1.0.2.0"
87+
VALUE "ProductVersion", "1.0.3.0"
8888
END
8989
END
9090
BLOCK "VarFileInfo"

Diff for: winrar-keygen.vcxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,29 +31,29 @@
3131
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
3232
<ConfigurationType>Application</ConfigurationType>
3333
<UseDebugLibraries>true</UseDebugLibraries>
34-
<PlatformToolset>v142</PlatformToolset>
34+
<PlatformToolset>v143</PlatformToolset>
3535
<CharacterSet>Unicode</CharacterSet>
3636
<SpectreMitigation>false</SpectreMitigation>
3737
</PropertyGroup>
3838
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
3939
<ConfigurationType>Application</ConfigurationType>
4040
<UseDebugLibraries>false</UseDebugLibraries>
41-
<PlatformToolset>v142</PlatformToolset>
41+
<PlatformToolset>v143</PlatformToolset>
4242
<WholeProgramOptimization>true</WholeProgramOptimization>
4343
<CharacterSet>Unicode</CharacterSet>
4444
<SpectreMitigation>false</SpectreMitigation>
4545
</PropertyGroup>
4646
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
4747
<ConfigurationType>Application</ConfigurationType>
4848
<UseDebugLibraries>true</UseDebugLibraries>
49-
<PlatformToolset>v142</PlatformToolset>
49+
<PlatformToolset>v143</PlatformToolset>
5050
<CharacterSet>Unicode</CharacterSet>
5151
<SpectreMitigation>false</SpectreMitigation>
5252
</PropertyGroup>
5353
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
5454
<ConfigurationType>Application</ConfigurationType>
5555
<UseDebugLibraries>false</UseDebugLibraries>
56-
<PlatformToolset>v142</PlatformToolset>
56+
<PlatformToolset>v143</PlatformToolset>
5757
<WholeProgramOptimization>true</WholeProgramOptimization>
5858
<CharacterSet>Unicode</CharacterSet>
5959
<SpectreMitigation>false</SpectreMitigation>

0 commit comments

Comments
 (0)