Skip to content

Commit a8b1a4a

Browse files
committed
V0.2
1 parent 03bb57e commit a8b1a4a

12 files changed

+26
-8
lines changed

Proxmark3GUI.pro

+1-1
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.1.4
59+
VERSION = 0.2.0
6060
QMAKE_TARGET_PRODUCT = "Proxmark3GUI"
6161
QMAKE_TARGET_DESCRIPTION = "Proxmark3GUI"
6262
QMAKE_TARGET_COMPANY = "wh201906"

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
A cross-platform GUI for [Proxmark3](https://github.com/Proxmark/proxmark3) client
55

6-
[中文](README/doc/README_zh_CN.md)
6+
[中文介绍](README/doc/README_zh_CN.md)
77

88
***
99

@@ -19,6 +19,7 @@ A cross-platform GUI for [Proxmark3](https://github.com/Proxmark/proxmark3) clie
1919
+ Support binary(.bin .dump) files and text(.eml) files
2020
+ Analyze Access Bits
2121
+ Support Chinese Magic Card
22+
+ Have basic support for LF commands
2223
+ Customize UI
2324
+ ...
2425

@@ -40,7 +41,7 @@ This GUI is compatible with Iceman/RRG repo(tested on v4.9237)
4041

4142
## About Compiled Windows clients
4243

43-
A cool guy [Gator96100](https://github.com/Gator96100) creates [ProxSpace](https://github.com/Gator96100/ProxSpace) and makes it possible to compile both the firmware and client on Windows.
44+
A cool guy [Gator96100](https://github.com/Gator96100) creates [ProxSpace](https://github.com/Gator96100/ProxSpace) and makes it possible to compile both the firmware and the client on Windows.
4445
Also, he makes the [pre-compiled Windows client](https://www.proxmarkbuilds.org/) so you can download it and run your PM3 client on Windows instantly.
4546
I included his compiled client in my releases so you can use the GUI on the fly, and you can also use the GUI with your prefered client.
4647
Great thanks to him.
@@ -64,6 +65,11 @@ Great thanks to him.
6465

6566
## Update Log:
6667

68+
### V0.2
69+
+ Use Dock widget for more flexible layout
70+
+ Support basic LF commands
71+
+ Fix a bug in RawCommand tab
72+
6773
### V0.1.4
6874
+ Optimize performance
6975
+ Optimize UI

README/doc/README_zh_CN.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
+ 可以打开二进制/文本格式的扇区数据文件
2020
+ 分析访问控制位(Access Bits)
2121
+ 支持UID卡操作(UID快速读写,UFUID锁卡)
22-
+ 自定义UI界面
22+
+ 支持部分低频命令
23+
+ 自定义UI界面,各选项卡可拆分组合
2324
+ ...
2425

2526
***
@@ -63,6 +64,11 @@ release页面中有含客户端的GUI。这个GUI也可以搭配你自己的客
6364

6465
## 更新日志:
6566

67+
### V0.2
68+
+ 使用浮动窗口,界面配置更加灵活
69+
+ 支持部分低频命令
70+
+ 修复原始命令选项卡中的一个Bug
71+
6672
### V0.1.4
6773
+ 优化性能
6874
+ 优化用户界面

README/doc/previews.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,8 @@ Mifare Edit File:
1313
![mf_editfile](../img/mf_editfile.gif)
1414

1515
Mifare Trailer Decoder:
16-
![mf_trailer](../img/mf_trailer.gif)
16+
![mf_trailer](../img/mf_trailer.gif)
17+
18+
Dock Widget:
19+
![dock1](../img/dock1.png)
20+
![dock2](../img/dock2.png)

README/img/dock1.png

58.6 KB
Loading

README/img/dock2.png

40.4 KB
Loading

README/img/preview.png

1.6 KB
Loading

README/img/preview_zh_CN.png

1.74 KB
Loading

lang/en_US.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@ or &quot;-p &lt;port&gt; -f&quot;</source>
11211121
<translation type="unfinished"></translation>
11221122
</message>
11231123
<message>
1124-
<location filename="../ui/mainwindow.cpp" line="1254"/>
1124+
<location filename="../ui/mainwindow.cpp" line="1256"/>
11251125
<source>Actural Freq: </source>
11261126
<translation type="unfinished"></translation>
11271127
</message>

lang/zh_CN.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,7 @@ When setting the freq, the &quot;hw setlfdivisor&quot; will also be called.</sou
11371137
<translation>正在运行</translation>
11381138
</message>
11391139
<message>
1140-
<location filename="../ui/mainwindow.cpp" line="1254"/>
1140+
<location filename="../ui/mainwindow.cpp" line="1256"/>
11411141
<source>Actural Freq: </source>
11421142
<translation>实际频率: </translation>
11431143
</message>

ui/mainwindow.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -1152,6 +1152,8 @@ void MainWindow::setButtonsEnabled(bool st)
11521152
ui->MF_sniffGroupBox->setEnabled(st);
11531153
ui->Raw_CMDEdit->setEnabled(st);
11541154
ui->Raw_sendCMDButton->setEnabled(st);
1155+
ui->LF_configGroupBox->setEnabled(st);
1156+
ui->LF_operationGroupBox->setEnabled(st);
11551157
}
11561158

11571159
void MainWindow::on_GroupBox_clicked(bool checked)

ui/mainwindow.ui

+1-1
Original file line numberDiff line numberDiff line change
@@ -1567,7 +1567,7 @@ When setting the freq, the &quot;hw setlfdivisor&quot; will also be called.</str
15671567
</widget>
15681568
</item>
15691569
<item>
1570-
<widget class="QGroupBox" name="groupBox">
1570+
<widget class="QGroupBox" name="LF_operationGroupBox">
15711571
<property name="title">
15721572
<string>LF Operation</string>
15731573
</property>

0 commit comments

Comments
 (0)