|
1 | 1 | # Proxmark3GUI
|
2 |
| -A GUI for [Proxmark3](https://github.com/Proxmark/proxmark3) client |
| 2 | + |
| 3 | + |
| 4 | +A cross-platform GUI for [Proxmark3](https://github.com/Proxmark/proxmark3) client |
3 | 5 |
|
4 | 6 | [中文](README/doc/README_zh_CN.md)
|
5 | 7 |
|
@@ -32,25 +34,46 @@ A GUI for [Proxmark3](https://github.com/Proxmark/proxmark3) client
|
32 | 34 | ## About Iceman fork/repo
|
33 | 35 |
|
34 | 36 | 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.
|
35 |
| -This GUI was designed for only official repo at first, but I'm trying to make it compatible with Iceman repo. |
36 |
| - |
37 |
| -Supported functions when using Iceman client: |
38 |
| - |
39 |
| -[supported functions](README/doc/supported_Iceman.md) |
| 37 | +This GUI is compatible with Iceman/RRG repo(tested on v4.9237) |
40 | 38 |
|
41 | 39 | ***
|
42 | 40 |
|
43 | 41 | ## About Compiled Windows clients
|
44 | 42 |
|
45 | 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.
|
46 |
| -Also, he makes the [pre-compiled Windows client](http://www.proxmark.org/forum/viewtopic.php?id=3975) so you can download it and run your PM3 client on Windows instantly. |
| 44 | +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. |
47 | 45 | 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.
|
48 | 46 | Great thanks to him.
|
49 | 47 |
|
50 | 48 | ***
|
51 | 49 |
|
| 50 | +## Build on Linux |
| 51 | + |
| 52 | + cd ~ |
| 53 | + git clone https://github.com/wh201906/Proxmark3GUI.git |
| 54 | + cd Proxmark3GUI |
| 55 | + mkdir build |
| 56 | + cd build |
| 57 | + qmake ../ |
| 58 | + make |
| 59 | + make clean |
| 60 | + cp -r ../lang ./ |
| 61 | + ./Proxmark3GUI |
| 62 | + |
| 63 | +*** |
| 64 | + |
52 | 65 | ## Update Log:
|
53 | 66 |
|
| 67 | +### V0.1.4 |
| 68 | ++ Optimize performance |
| 69 | ++ Optimize UI |
| 70 | ++ Search available ports automatically |
| 71 | ++ Add High-DPI support |
| 72 | ++ Support configuring environment variables by script |
| 73 | +(Useful when the client requires specific environment variables) |
| 74 | ++ All functions are compatible with Iceman/RRG repo(tested on v4.9237) |
| 75 | ++ Fix some bugs |
| 76 | + |
54 | 77 | ### V0.1.3
|
55 | 78 | + Fix Trailer Decoder
|
56 | 79 | + Add feedback when writing selected blocks
|
|
0 commit comments