Skip to content

Commit

Permalink
V0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wh201906 committed Feb 23, 2021
1 parent 03bb57e commit a8b1a4a
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Proxmark3GUI.pro
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target

VERSION = 0.1.4
VERSION = 0.2.0
QMAKE_TARGET_PRODUCT = "Proxmark3GUI"
QMAKE_TARGET_DESCRIPTION = "Proxmark3GUI"
QMAKE_TARGET_COMPANY = "wh201906"
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

[中文](README/doc/README_zh_CN.md)
[中文介绍](README/doc/README_zh_CN.md)

***

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

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

## About Compiled Windows clients

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.
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.
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.
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.
Great thanks to him.
Expand All @@ -64,6 +65,11 @@ Great thanks to him.

## Update Log:

### V0.2
+ Use Dock widget for more flexible layout
+ Support basic LF commands
+ Fix a bug in RawCommand tab

### V0.1.4
+ Optimize performance
+ Optimize UI
Expand Down
8 changes: 7 additions & 1 deletion README/doc/README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
+ 可以打开二进制/文本格式的扇区数据文件
+ 分析访问控制位(Access Bits)
+ 支持UID卡操作(UID快速读写,UFUID锁卡)
+ 自定义UI界面
+ 支持部分低频命令
+ 自定义UI界面,各选项卡可拆分组合
+ ...

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

## 更新日志:

### V0.2
+ 使用浮动窗口,界面配置更加灵活
+ 支持部分低频命令
+ 修复原始命令选项卡中的一个Bug

### V0.1.4
+ 优化性能
+ 优化用户界面
Expand Down
6 changes: 5 additions & 1 deletion README/doc/previews.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ Mifare Edit File:
![mf_editfile](../img/mf_editfile.gif)

Mifare Trailer Decoder:
![mf_trailer](../img/mf_trailer.gif)
![mf_trailer](../img/mf_trailer.gif)

Dock Widget:
![dock1](../img/dock1.png)
![dock2](../img/dock2.png)
Binary file added README/img/dock1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added README/img/dock2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified README/img/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified README/img/preview_zh_CN.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lang/en_US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ or &quot;-p &lt;port&gt; -f&quot;</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1254"/>
<location filename="../ui/mainwindow.cpp" line="1256"/>
<source>Actural Freq: </source>
<translation type="unfinished"></translation>
</message>
Expand Down
2 changes: 1 addition & 1 deletion lang/zh_CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,7 @@ When setting the freq, the &quot;hw setlfdivisor&quot; will also be called.</sou
<translation>正在运行</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1254"/>
<location filename="../ui/mainwindow.cpp" line="1256"/>
<source>Actural Freq: </source>
<translation>实际频率: </translation>
</message>
Expand Down
2 changes: 2 additions & 0 deletions ui/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1152,6 +1152,8 @@ void MainWindow::setButtonsEnabled(bool st)
ui->MF_sniffGroupBox->setEnabled(st);
ui->Raw_CMDEdit->setEnabled(st);
ui->Raw_sendCMDButton->setEnabled(st);
ui->LF_configGroupBox->setEnabled(st);
ui->LF_operationGroupBox->setEnabled(st);
}

void MainWindow::on_GroupBox_clicked(bool checked)
Expand Down
2 changes: 1 addition & 1 deletion ui/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -1567,7 +1567,7 @@ When setting the freq, the &quot;hw setlfdivisor&quot; will also be called.</str
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox">
<widget class="QGroupBox" name="LF_operationGroupBox">
<property name="title">
<string>LF Operation</string>
</property>
Expand Down

0 comments on commit a8b1a4a

Please sign in to comment.