This commit is contained in:
wh201906
2020-05-09 23:49:25 +08:00
parent 2790afc193
commit 461c48fee9
3 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target !isEmpty(target.path): INSTALLS += target
VERSION = 0.1 VERSION = 0.1.1
QMAKE_TARGET_PRODUCT = "Proxmark3GUI" QMAKE_TARGET_PRODUCT = "Proxmark3GUI"
QMAKE_TARGET_DESCRIPTION = "Proxmark3GUI" QMAKE_TARGET_DESCRIPTION = "Proxmark3GUI"
QMAKE_TARGET_COMPANY = "wh201906" QMAKE_TARGET_COMPANY = "wh201906"
+3
View File
@@ -28,6 +28,9 @@ A GUI for [Proxmark3](https://github.com/Proxmark/proxmark3) client
## Update Log: ## Update Log:
### V0.1.1
+ Complete Mifare module(support simulate and sniff)
### V0.1 ### V0.1
+ Able to deal with Mifare card and related files + Able to deal with Mifare card and related files
+3
View File
@@ -28,6 +28,9 @@
## 更新日志: ## 更新日志:
### V0.1.1
+ 完成整个Mifare模块(支持模拟卡和嗅探功能)
### V0.1 ### V0.1
+ 支持处理Mifare卡片及相关数据文件 + 支持处理Mifare卡片及相关数据文件