Skip to content
This repository has been archived by the owner on Aug 29, 2021. It is now read-only.

Commit

Permalink
release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xhlove committed Jul 30, 2021
1 parent ceff35e commit 6785994
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

## 本地破解

如果是exe版本,直接将`offline_config.json`拖到`wvguesser_v1.0.0.exe`上即可
如果是exe版本,直接将`offline_config.json`拖到`wvguesser_v1.1.0.exe`上即可

运行程序,等待解密

Expand All @@ -33,13 +33,13 @@
使用mingw64编译

```bash
g++ -o main -pthread -std=gnu++0x main.cpp misc.cpp codelift.cpp algebra.cpp allocate.cpp integer.cpp
g++ -o main -pthread -std=gnu++0x -static main.cpp misc.cpp codelift.cpp algebra.cpp allocate.cpp integer.cpp Socket.cpp -lws2_32
```

# 打包

```bash
pyinstaller -n wvguesser_v1.0.0 -F wvguesser\__main__.py
pyinstaller -n wvguesser_v1.1.0 -F wvguesser\__main__.py
```

# 推荐更好的方案
Expand Down

0 comments on commit 6785994

Please sign in to comment.