mirror of
https://github.com/wh201906/Proxmark3GUI.git
synced 2025-04-20 19:46:19 +08:00
Update README
Remove introduction of Iceman/RRG repo (It is the default repo of this GUI now) Update build instructions
This commit is contained in:
parent
d671266797
commit
92d704bc96
16
README.md
16
README.md
@ -35,13 +35,6 @@ A cross-platform GUI for [Proxmark3](https://github.com/Proxmark/proxmark3)/[Pro
|
|||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
## 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.
|
|
||||||
This GUI is compatible with Iceman/RRG repo(tested on v4.13441, v4.15864)
|
|
||||||
|
|
||||||
***
|
|
||||||
|
|
||||||
## About Compiled Windows clients
|
## 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 the 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.
|
||||||
@ -60,19 +53,21 @@ You can also download them in SourceForge
|
|||||||
[](https://sourceforge.net/projects/proxmark3gui/files/latest/download)
|
[](https://sourceforge.net/projects/proxmark3gui/files/latest/download)
|
||||||
|
|
||||||
## Build on Linux
|
## Build on Linux
|
||||||
|
```
|
||||||
cd ~
|
cd ~
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install qt5-default libqt5serialport5 libqt5serialport5-dev
|
sudo apt-get install git build-essential
|
||||||
|
sudo apt-get install qt5-default libqt5serialport5-dev
|
||||||
git clone https://github.com/wh201906/Proxmark3GUI.git --depth=1
|
git clone https://github.com/wh201906/Proxmark3GUI.git --depth=1
|
||||||
cd Proxmark3GUI
|
cd Proxmark3GUI
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
qmake ../src
|
qmake ../src
|
||||||
make -j4 && make clean
|
make -j4 && make clean
|
||||||
./Proxmark3GUI
|
./Proxmark3GUI
|
||||||
|
```
|
||||||
|
|
||||||
## Build on macOS
|
## Build on macOS
|
||||||
|
```
|
||||||
cd ~
|
cd ~
|
||||||
brew update
|
brew update
|
||||||
brew install qt@5
|
brew install qt@5
|
||||||
@ -83,6 +78,7 @@ You can also download them in SourceForge
|
|||||||
qmake ../src
|
qmake ../src
|
||||||
make -j4 && make clean
|
make -j4 && make clean
|
||||||
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
|
||||||
|
|
||||||
|
@ -33,12 +33,6 @@
|
|||||||
|
|
||||||
[更多预览](../preview/previews.md)
|
[更多预览](../preview/previews.md)
|
||||||
|
|
||||||
***
|
|
||||||
|
|
||||||
## 关于冰人版
|
|
||||||
[冰人版](https://github.com/RfidResearchGroup/proxmark3)(Iceman/RRG)的客户端和固件更新更为激进,相比官方版具有更多的功能
|
|
||||||
此GUI所有功能均兼容冰人版(在v4.13441, v4.15864上测试通过)
|
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
## 关于预编译Windows客户端
|
## 关于预编译Windows客户端
|
||||||
@ -59,19 +53,21 @@ SourceForge平台上也可下载
|
|||||||
[](https://sourceforge.net/projects/proxmark3gui/files/latest/download)
|
[](https://sourceforge.net/projects/proxmark3gui/files/latest/download)
|
||||||
|
|
||||||
## 在Linux系统下编译
|
## 在Linux系统下编译
|
||||||
|
```
|
||||||
cd ~
|
cd ~
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install qt5-default libqt5serialport5 libqt5serialport5-dev
|
sudo apt-get install git build-essential
|
||||||
|
sudo apt-get install qt5-default libqt5serialport5-dev
|
||||||
git clone https://github.com/wh201906/Proxmark3GUI.git --depth=1
|
git clone https://github.com/wh201906/Proxmark3GUI.git --depth=1
|
||||||
cd Proxmark3GUI
|
cd Proxmark3GUI
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
qmake ../src
|
qmake ../src
|
||||||
make -j4 && make clean
|
make -j4 && make clean
|
||||||
./Proxmark3GUI
|
./Proxmark3GUI
|
||||||
|
```
|
||||||
|
|
||||||
## 在macOS系统下编译
|
## 在macOS系统下编译
|
||||||
|
```
|
||||||
cd ~
|
cd ~
|
||||||
brew update
|
brew update
|
||||||
brew install qt@5
|
brew install qt@5
|
||||||
@ -82,6 +78,7 @@ SourceForge平台上也可下载
|
|||||||
qmake ../src
|
qmake ../src
|
||||||
make -j4 && make clean
|
make -j4 && make clean
|
||||||
open Proxmark3GUI.app
|
open Proxmark3GUI.app
|
||||||
|
```
|
||||||
|
|
||||||
> 为使GUI在macOS下正确连接设备,需要更改一些设置
|
> 为使GUI在macOS下正确连接设备,需要更改一些设置
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user