mirror of
https://github.com/wh201906/Proxmark3GUI.git
synced 2025-04-20 11:41:07 +08:00
Update README
Add download links from SourceForge Remove unnecessary steps in macOS building instructions
This commit is contained in:
parent
9aff432b1b
commit
2723abd260
14
README.md
14
README.md
@ -1,5 +1,6 @@
|
|||||||
# Proxmark3GUI
|
# Proxmark3GUI
|
||||||

|
[](https://github.com/wh201906/Proxmark3GUI/releases)
|
||||||
|
[](https://sourceforge.net/projects/proxmark3gui/)
|
||||||
|
|
||||||
A cross-platform GUI for [Proxmark3](https://github.com/Proxmark/proxmark3)/[Proxmark3 Iceman fork](https://github.com/RfidResearchGroup/proxmark3) client
|
A cross-platform GUI for [Proxmark3](https://github.com/Proxmark/proxmark3)/[Proxmark3 Iceman fork](https://github.com/RfidResearchGroup/proxmark3) client
|
||||||
|
|
||||||
@ -37,7 +38,7 @@ A cross-platform GUI for [Proxmark3](https://github.com/Proxmark/proxmark3)/[Pro
|
|||||||
## About Iceman fork/repo
|
## About Iceman fork/repo
|
||||||
|
|
||||||
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.
|
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.
|
||||||
This GUI is compatible with Iceman/RRG repo(tested on v4.13441)
|
This GUI is compatible with Iceman/RRG repo(tested on v4.13441, v4.15864)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@ -50,6 +51,14 @@ Great thanks to him.
|
|||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
|
## Download binaries for Windows
|
||||||
|
You can download pre-built Windows binaries in [release](https://github.com/wh201906/Proxmark3GUI/releases) page
|
||||||
|
`Vx.x.x-win64.7z` only contains the GUI
|
||||||
|
`Vx.x.x-win64-xxxxxxx.7z` contains the GUI and corresponding client. You just need to open `Vx.x.x-win64-xxxxxxx\GUI\Proxmark3GUI.exe`
|
||||||
|
|
||||||
|
You can also download them in SourceForge
|
||||||
|
[](https://sourceforge.net/projects/proxmark3gui/files/latest/download)
|
||||||
|
|
||||||
## Build on Linux
|
## Build on Linux
|
||||||
|
|
||||||
cd ~
|
cd ~
|
||||||
@ -73,7 +82,6 @@ Great thanks to him.
|
|||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
qmake ../src
|
qmake ../src
|
||||||
make -j4 && make clean
|
make -j4 && make clean
|
||||||
cp -r ../config ./
|
|
||||||
open Proxmark3GUI.app
|
open Proxmark3GUI.app
|
||||||
|
|
||||||
> In order for the GUI to connect to the device in macOS, you'd need to tweak the settings a little bit
|
> In order for the GUI to connect to the device in macOS, you'd need to tweak the settings a little bit
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
# Proxmark3GUI
|
# Proxmark3GUI
|
||||||

|
[](https://github.com/wh201906/Proxmark3GUI/releases)
|
||||||
|
[](https://sourceforge.net/projects/proxmark3gui/)
|
||||||
|
|
||||||
一个自制的[Proxmark3](https://github.com/Proxmark/proxmark3) GUI,可在Windows/Linux/macOS系统下运行,支持[冰人版](https://github.com/RfidResearchGroup/proxmark3)客户端和固件
|
一个自制的[Proxmark3](https://github.com/Proxmark/proxmark3) GUI,可在Windows/Linux/macOS系统下运行,支持[官方版](https://github.com/Proxmark/proxmark3)/[冰人版](https://github.com/RfidResearchGroup/proxmark3)客户端和固件
|
||||||
|
|
||||||
(目前[官方版](https://github.com/Proxmark/proxmark3)已停更超过一年,推荐使用[冰人版](https://github.com/RfidResearchGroup/proxmark3)固件和客户端)
|
(目前[官方版](https://github.com/Proxmark/proxmark3)已停更超过一年,推荐使用[冰人版](https://github.com/RfidResearchGroup/proxmark3)固件和客户端)
|
||||||
|
|
||||||
@ -36,7 +37,7 @@
|
|||||||
|
|
||||||
## 关于冰人版
|
## 关于冰人版
|
||||||
[冰人版](https://github.com/RfidResearchGroup/proxmark3)(Iceman/RRG)的客户端和固件更新更为激进,相比官方版具有更多的功能
|
[冰人版](https://github.com/RfidResearchGroup/proxmark3)(Iceman/RRG)的客户端和固件更新更为激进,相比官方版具有更多的功能
|
||||||
此GUI所有功能均兼容冰人版(在v4.13441上测试通过)
|
此GUI所有功能均兼容冰人版(在v4.13441, v4.15864上测试通过)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@ -49,6 +50,14 @@ release页面中有含客户端的GUI。这个GUI也可以搭配你自己的客
|
|||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
|
## 下载Windows版本
|
||||||
|
[release](https://github.com/wh201906/Proxmark3GUI/releases) 页面当中包含了编译好的Windows程序,解压后即可使用
|
||||||
|
`Vx.x.x-win64.7z`是不带客户端的纯GUI程序,可配合已有的客户端使用
|
||||||
|
`Vx.x.x-win64-xxxxxxx.7z`包含了对应的客户端,打开`Vx.x.x-win64-xxxxxxx\GUI\Proxmark3GUI.exe`即可使用
|
||||||
|
|
||||||
|
SourceForge平台上也可下载
|
||||||
|
[](https://sourceforge.net/projects/proxmark3gui/files/latest/download)
|
||||||
|
|
||||||
## 在Linux系统下编译
|
## 在Linux系统下编译
|
||||||
|
|
||||||
cd ~
|
cd ~
|
||||||
@ -72,7 +81,6 @@ release页面中有含客户端的GUI。这个GUI也可以搭配你自己的客
|
|||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
qmake ../src
|
qmake ../src
|
||||||
make -j4 && make clean
|
make -j4 && make clean
|
||||||
cp -r ../config ./
|
|
||||||
open Proxmark3GUI.app
|
open Proxmark3GUI.app
|
||||||
|
|
||||||
> 为使GUI在macOS下正确连接设备,需要更改一些设置
|
> 为使GUI在macOS下正确连接设备,需要更改一些设置
|
||||||
|
Loading…
x
Reference in New Issue
Block a user