pull/3/head V0.1.1
wh201906 4 years ago
parent 2790afc193
commit 461c48fee9

@ -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"

@ -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

@ -28,6 +28,9 @@
## 更新日志: ## 更新日志:
### V0.1.1
+ 完成整个Mifare模块支持模拟卡和嗅探功能
### V0.1 ### V0.1
+ 支持处理Mifare卡片及相关数据文件 + 支持处理Mifare卡片及相关数据文件

Loading…
Cancel
Save