Skip to content

Commit f285f76

Browse files
committed
V0.2.2
1 parent 24adc08 commit f285f76

File tree

6 files changed

+460
-427
lines changed

6 files changed

+460
-427
lines changed

Proxmark3GUI.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ qnx: target.path = /tmp/$${TARGET}/bin
5656
else: unix:!android: target.path = /opt/$${TARGET}/bin
5757
!isEmpty(target.path): INSTALLS += target
5858

59-
VERSION = 0.2.1
59+
VERSION = 0.2.2
6060
QMAKE_TARGET_PRODUCT = "Proxmark3GUI"
6161
QMAKE_TARGET_DESCRIPTION = "Proxmark3GUI"
6262
QMAKE_TARGET_COMPANY = "wh201906"

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ A cross-platform GUI for [Proxmark3](https://github.com/Proxmark/proxmark3) clie
3434

3535
## About Iceman fork/repo
3636

37-
The [Iceman fork/repo](https://github.com/RfidResearchGroup/proxmark3) has more powerful functions like offline sniff. These guys even developed a new hardware called Proxmark3 RDV4 with smart card support. But the official repo and the Iceman repo is not fully compatible.
38-
This GUI is compatible with Iceman/RRG repo(tested on v4.9237)
37+
The [Iceman fork/repo](https://github.com/RfidResearchGroup/proxmark3) has more powerful functions. These guys even developed a new hardware called Proxmark3 RDV4 with smart card support. But the official repo and the Iceman repo is not fully compatible.
38+
This GUI is compatible with Iceman/RRG repo(tested on v4.13441)
3939

4040
***
4141

@@ -68,10 +68,15 @@ Great thanks to him.
6868

6969
## Update Log:
7070

71+
### V0.2.2
72+
+ Load command format from external json file
73+
+ Fix bug [#20](https://github.com/wh201906/Proxmark3GUI/issues/20), [#21](https://github.com/wh201906/Proxmark3GUI/issues/21), [#22](https://github.com/wh201906/Proxmark3GUI/issues/22)
74+
+ Support Iceman/RRG repo v4.13441
75+
7176
### V0.2.1
72-
+ Optimize MIFARE Classic reading logic
73-
+ Fix bug #16
74-
+ Fix bug #15 partially (the path can contain spaces now)
77+
+ Optimize MIFARE Classic reading logic
78+
+ Fix bug [#16](https://github.com/wh201906/Proxmark3GUI/issues/16)
79+
+ Fix bug [#15](https://github.com/wh201906/Proxmark3GUI/issues/15) partially (the path can contain spaces now)
7580

7681
### V0.2
7782
+ Use Dock widget for more flexible layout

README/doc/README_zh_CN.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
## 关于冰人版
3636
[冰人版](https://github.com/RfidResearchGroup/proxmark3)(Iceman/RRG)的客户端和固件更新更为激进,相比官方版具有更多的功能
37-
此GUI所有功能均兼容冰人版(在v4.9237上测试通过
37+
此GUI所有功能均兼容冰人版(在v4.13441上测试通过
3838

3939
***
4040

@@ -50,24 +50,32 @@ release页面中有含客户端的GUI。这个GUI也可以搭配你自己的客
5050
## 在Linux系统下编译
5151

5252
cd ~
53-
git clone https://github.com/wh201906/Proxmark3GUI.git
53+
sudo apt-get update
54+
sudo apt-get install qt5-default libqt5serialport5 libqt5serialport5-dev
55+
git clone https://github.com/wh201906/Proxmark3GUI.git --depth=1
5456
cd Proxmark3GUI
5557
mkdir build
5658
cd build
5759
qmake ../
5860
make
5961
make clean
6062
cp -r ../lang ./
63+
cp -r ../config ./
6164
./Proxmark3GUI
6265

6366
***
6467

6568
## 更新日志:
6669

70+
### V0.2.2
71+
+ 从外部文件加载客户端命令格式
72+
+ 修复 [#20](https://github.com/wh201906/Proxmark3GUI/issues/20), [#21](https://github.com/wh201906/Proxmark3GUI/issues/21), [#22](https://github.com/wh201906/Proxmark3GUI/issues/22)
73+
+ 兼容冰人版客户端 v4.13441
74+
6775
### V0.2.1
6876
+ 优化MIFARE Classic读卡逻辑
69-
+ 修复 #16 (配合新版RRG固件时无法读取扇区数据)
70-
+ 修复 #15 (路径中支持空格)
77+
+ 修复 [#16](https://github.com/wh201906/Proxmark3GUI/issues/16) (配合新版RRG固件时无法读取扇区数据)
78+
+ 修复 [#15](https://github.com/wh201906/Proxmark3GUI/issues/15) (路径中支持空格)
7179

7280
### V0.2
7381
+ 使用浮动窗口,界面配置更加灵活

0 commit comments

Comments
 (0)